#4F5189

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

Shades of Governor Bay #4F5189

Tints of Governor Bay #4F5189

Color information

#4F5189 (or 0x4F5189) is unknown color: approx Governor Bay. HEX triplet: 4F, 51 and 89. RGB value is (79,81,137). Sum of RGB (Red+Green+Blue) = 79+81+137=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5189 is #B0AE76. Grayscale: #565656. Windows color (decimal): -11578999 or 8999247. OLE color: 8999247.

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

Color convert

RGB7981137-
CMYK0.420.4100.46
HSL237.93º26.85%42.35%-
HSV(B)237.93º42.34%53.73%-
XYZ10.689.3524.91-
YUV86.79156.34122.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=26.60%
G=27.27%
B=46.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79811370.420.4100.46237.9326.8542.35
Hex4F51892A2902Eee1b2a
Octal11712121152510563563352
Binary100111110100011000100110101010100101011101110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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