#4E5088

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

Shades of Governor Bay #4E5088

Tints of Governor Bay #4E5088

Color information

#4E5088 (or 0x4E5088) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 88. RGB value is (78,80,136). Sum of RGB (Red+Green+Blue) = 78+80+136=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E5088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5088 is #B1AF77. Grayscale: #555555. Windows color (decimal): -11644792 or 8933454. OLE color: 8933454.

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

Color convert

RGB7880136-
CMYK0.430.4100.47
HSL237.93º27.1%41.96%-
HSV(B)237.93º42.65%53.33%-
XYZ10.459.1324.5-
YUV85.79156.34122.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=26.53%
G=27.21%
B=46.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78801360.430.4100.47237.9327.141.96
Hex4E50882B2902Fee1b2a
Octal11612021053510573563352
Binary100111010100001000100010101110100101011111110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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