#4F5A89

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

Shades of Governor Bay #4F5A89

Tints of Governor Bay #4F5A89

Color information

#4F5A89 (or 0x4F5A89) is unknown color: approx Governor Bay. HEX triplet: 4F, 5A and 89. RGB value is (79,90,137). Sum of RGB (Red+Green+Blue) = 79+90+137=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F5A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5A89 is #B0A576. Grayscale: #5B5B5B. Windows color (decimal): -11576695 or 9001551. OLE color: 9001551.

HSL color Cylindrical-coordinate representation of color #4F5A89: hue angle of 228.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5A89 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7990137-
CMYK0.420.3400.46
HSL228.62º26.85%42.35%-
HSV(B)228.62º42.34%53.73%-
XYZ11.410.7825.15-
YUV92.07153.36118.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=25.82%
G=29.41%
B=44.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79901370.420.3400.46228.6226.8542.35
Hex4F5A892A2202Ee51b2a
Octal11713221152420563453352
Binary100111110110101000100110101010001001011101110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,137); }

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

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

 a { background-color: rgb(79,90,137); }

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

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

 span { border-color: rgb(79,90,137); }

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