#4F558C

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

Shades of Governor Bay #4F558C

Tints of Governor Bay #4F558C

Color information

#4F558C (or 0x4F558C) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 8C. RGB value is (79,85,140). Sum of RGB (Red+Green+Blue) = 79+85+140=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F558C is #B0AA73. Grayscale: #595959. Windows color (decimal): -11577972 or 9196879. OLE color: 9196879.

HSL color Cylindrical-coordinate representation of color #4F558C: hue angle of 234.1º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F558C is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7985140-
CMYK0.440.3900.45
HSL234.1º27.85%42.94%-
HSV(B)234.1º43.57%54.9%-
XYZ11.2110.0526.16-
YUV89.48156.51120.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=25.99%
G=27.96%
B=46.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79851400.440.3900.45234.127.8542.94
Hex4F558C2C2702Dea1c2b
Octal11712521454470553523453
Binary100111110101011000110010110010011101011011110101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,140); }

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

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

 a { background-color: rgb(79,85,140); }

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

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

 span { border-color: rgb(79,85,140); }

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