#4F3998

Color #4F3998 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4F3998

Tints of Blue Gem #4F3998

Color information

#4F3998 (or 0x4F3998) is unknown color: approx Blue Gem. HEX triplet: 4F, 39 and 98. RGB value is (79,57,152). Sum of RGB (Red+Green+Blue) = 79+57+152=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F3998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3998 is #B0C667. Grayscale: #4A4A4A. Windows color (decimal): -11585128 or 9976143. OLE color: 9976143.

HSL color Cylindrical-coordinate representation of color #4F3998: hue angle of 253.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F3998 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7957152-
CMYK0.480.6200.40
HSL253.89º45.45%40.98%-
HSV(B)253.89º62.5%59.61%-
XYZ10.366.8630.48-
YUV74.41171.79131.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=27.43%
G=19.79%
B=52.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79571520.480.6200.40253.8945.4540.98
Hex4F3998303E028fe2d29
Octal1177123060760503765551
Binary100111111100110011000110000111110010100011111110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3998; }

 p { color: rgb(79,57,152); }

 H1.HeaderClassName
 {
   color: #4F3998;
 }
 .AnyTagClassName
 {
   color: #4F3998;
 }
</style>
background-color css

<style>
 a { background-color: #4F3998; }

 a { background-color: rgb(79,57,152); }

 div.DivClassName
 {
   background-color: #4F3998;
 }
 .BgClassName
 {
   background-color: #4F3998;
 }
</style>
border-color css

<style>
 span { border-color: #4F3998; }

 span { border-color: rgb(79,57,152); }

 td.TdClassName
 {
   border-color: #4F3998;
 }
 .TagClassName
 {
   border-color: #4F3998;
 }
</style>