#4E5988

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

Shades of Governor Bay #4E5988

Tints of Governor Bay #4E5988

Color information

#4E5988 (or 0x4E5988) is unknown color: approx Governor Bay. HEX triplet: 4E, 59 and 88. RGB value is (78,89,136). Sum of RGB (Red+Green+Blue) = 78+89+136=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E5988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5988 is #B1A677. Grayscale: #5A5A5A. Windows color (decimal): -11642488 or 8935758. OLE color: 8935758.

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

Color convert

RGB7889136-
CMYK0.430.3500.47
HSL228.62º27.1%41.96%-
HSV(B)228.62º42.65%53.33%-
XYZ11.1610.5424.74-
YUV91.07153.36118.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=25.74%
G=29.37%
B=44.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78891360.430.3500.47228.6227.141.96
Hex4E59882B2302Fe51b2a
Octal11613121053430573453352
Binary100111010110011000100010101110001101011111110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,89,136); }

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

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

 a { background-color: rgb(78,89,136); }

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

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

 span { border-color: rgb(78,89,136); }

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