#4E5187

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

Shades of Governor Bay #4E5187

Tints of Governor Bay #4E5187

Color information

#4E5187 (or 0x4E5187) is unknown color: approx Governor Bay. HEX triplet: 4E, 51 and 87. RGB value is (78,81,135). Sum of RGB (Red+Green+Blue) = 78+81+135=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5187 is #B1AE78. Grayscale: #565656. Windows color (decimal): -11644537 or 8868174. OLE color: 8868174.

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

Color convert

RGB7881135-
CMYK0.420.4000.47
HSL236.84º26.76%41.76%-
HSV(B)236.84º42.22%52.94%-
XYZ10.469.2524.16-
YUV86.26155.51122.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=26.53%
G=27.55%
B=45.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78811350.420.4000.47236.8426.7641.76
Hex4E51872A2802Fed1b2a
Octal11612120752500573553352
Binary100111010100011000011110101010100001011111110110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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