#4E5592

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

Shades of Governor Bay #4E5592

Tints of Governor Bay #4E5592

Color information

#4E5592 (or 0x4E5592) is unknown color: approx Governor Bay. HEX triplet: 4E, 55 and 92. RGB value is (78,85,146). Sum of RGB (Red+Green+Blue) = 78+85+146=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5592 is #B1AA6D. Grayscale: #595959. Windows color (decimal): -11643502 or 9590094. OLE color: 9590094.

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

Color convert

RGB7885146-
CMYK0.470.4200.43
HSL233.82º30.36%43.92%-
HSV(B)233.82º46.58%57.25%-
XYZ11.5810.1928.55-
YUV89.86159.68119.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=25.24%
G=27.51%
B=47.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78851460.470.4200.43233.8230.3643.92
Hex4E55922F2A02Bea1e2c
Octal11612522257520533523654
Binary100111010101011001001010111110101001010111110101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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