#4E558E

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

Shades of Governor Bay #4E558E

Tints of Governor Bay #4E558E

Color information

#4E558E (or 0x4E558E) is unknown color: approx Governor Bay. HEX triplet: 4E, 55 and 8E. RGB value is (78,85,142). Sum of RGB (Red+Green+Blue) = 78+85+142=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E558E is #B1AA71. Grayscale: #595959. Windows color (decimal): -11643506 or 9327950. OLE color: 9327950.

HSL color Cylindrical-coordinate representation of color #4E558E: hue angle of 233.44º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E558E is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7885142-
CMYK0.450.4000.44
HSL233.44º29.09%43.14%-
HSV(B)233.44º45.07%55.69%-
XYZ11.2710.0726.94-
YUV89.4157.68119.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=25.57%
G=27.87%
B=46.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78851420.450.4000.44233.4429.0943.14
Hex4E558E2D2802Ce91d2b
Octal11612521655500543513553
Binary100111010101011000111010110110100001011001110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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