#4F3F91

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

Shades of Blue Gem #4F3F91

Tints of Blue Gem #4F3F91

Color information

#4F3F91 (or 0x4F3F91) is unknown color: approx Blue Gem. HEX triplet: 4F, 3F and 91. RGB value is (79,63,145). Sum of RGB (Red+Green+Blue) = 79+63+145=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F3F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3F91 is #B0C06E. Grayscale: #4C4C4C. Windows color (decimal): -11583599 or 9518927. OLE color: 9518927.

HSL color Cylindrical-coordinate representation of color #4F3F91: hue angle of 251.71º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F3F91 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7963145-
CMYK0.460.5700.43
HSL251.71º39.42%40.78%-
HSV(B)251.71º56.55%56.86%-
XYZ10.117.2627.66-
YUV77.13166.3129.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=27.53%
G=21.95%
B=50.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79631450.460.5700.43251.7139.4240.78
Hex4F3F912E3902Bfc2729
Octal1177722156710533744751
Binary100111111111110010001101110111001010101111111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,145); }

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

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

 a { background-color: rgb(79,63,145); }

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

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

 span { border-color: rgb(79,63,145); }

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