#4E5587

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

Shades of Governor Bay #4E5587

Tints of Governor Bay #4E5587

Color information

#4E5587 (or 0x4E5587) is unknown color: approx Governor Bay. HEX triplet: 4E, 55 and 87. RGB value is (78,85,135). Sum of RGB (Red+Green+Blue) = 78+85+135=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E5587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5587 is #B1AA78. Grayscale: #585858. Windows color (decimal): -11643513 or 8869198. OLE color: 8869198.

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

Color convert

RGB7885135-
CMYK0.420.3700.47
HSL232.63º26.76%41.76%-
HSV(B)232.63º42.22%52.94%-
XYZ10.769.8724.26-
YUV88.61154.18120.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=26.17%
G=28.52%
B=45.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78851350.420.3700.47232.6326.7641.76
Hex4E55872A2502Fe91b2a
Octal11612520752450573513352
Binary100111010101011000011110101010010101011111110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,135); }

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

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

 a { background-color: rgb(78,85,135); }

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

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

 span { border-color: rgb(78,85,135); }

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