#4F5896

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

Shades of Governor Bay #4F5896

Tints of Governor Bay #4F5896

Color information

#4F5896 (or 0x4F5896) is unknown color: approx Governor Bay. HEX triplet: 4F, 58 and 96. RGB value is (79,88,150). Sum of RGB (Red+Green+Blue) = 79+88+150=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F5896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5896 is #B0A769. Grayscale: #5C5C5C. Windows color (decimal): -11577194 or 9853007. OLE color: 9853007.

HSL color Cylindrical-coordinate representation of color #4F5896: hue angle of 232.39º 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 #4F5896 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7988150-
CMYK0.470.4100.41
HSL232.39º31%44.9%-
HSV(B)232.39º47.33%58.82%-
XYZ12.2210.8430.3-
YUV92.38160.52118.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=24.92%
G=27.76%
B=47.32%

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
Decimal79881500.470.4100.41232.393144.9
Hex4F58962F29029e81f2d
Octal11713022657510513503755
Binary100111110110001001011010111110100101010011110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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