#4F5996

Color #4F5996 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4F5996

Tints of Governor Bay #4F5996

Color information

#4F5996 (or 0x4F5996) is unknown color: approx Governor Bay. HEX triplet: 4F, 59 and 96. RGB value is (79,89,150). Sum of RGB (Red+Green+Blue) = 79+89+150=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F5996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5996 is #B0A669. Grayscale: #5C5C5C. Windows color (decimal): -11576938 or 9853263. OLE color: 9853263.

HSL color Cylindrical-coordinate representation of color #4F5996: hue angle of 231.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F5996 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7989150-
CMYK0.470.4100.41
HSL231.55º31%44.9%-
HSV(B)231.55º47.33%58.82%-
XYZ12.311.0130.33-
YUV92.96160.19118.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=24.84%
G=27.99%
B=47.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79891500.470.4100.41231.553144.9
Hex4F59962F29029e81f2d
Octal11713122657510513503755
Binary100111110110011001011010111110100101010011110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,150); }

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

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

 a { background-color: rgb(79,89,150); }

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

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

 span { border-color: rgb(79,89,150); }

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