#4E5084

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

Shades of Governor Bay #4E5084

Tints of Governor Bay #4E5084

Color information

#4E5084 (or 0x4E5084) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 84. RGB value is (78,80,132). Sum of RGB (Red+Green+Blue) = 78+80+132=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E5084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5084 is #B1AF7B. Grayscale: #555555. Windows color (decimal): -11644796 or 8671310. OLE color: 8671310.

HSL color Cylindrical-coordinate representation of color #4E5084: hue angle of 237.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E5084 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7880132-
CMYK0.410.3900.48
HSL237.78º25.71%41.18%-
HSV(B)237.78º40.91%51.76%-
XYZ10.189.0223.04-
YUV85.33154.34122.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=26.90%
G=27.59%
B=45.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78801320.410.3900.48237.7825.7141.18
Hex4E50842927030ee1a29
Octal11612020451470603563251
Binary100111010100001000010010100110011101100001110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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