#4E5B91

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

Shades of Governor Bay #4E5B91

Tints of Governor Bay #4E5B91

Color information

#4E5B91 (or 0x4E5B91) is unknown color: approx Governor Bay. HEX triplet: 4E, 5B and 91. RGB value is (78,91,145). Sum of RGB (Red+Green+Blue) = 78+91+145=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E5B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5B91 is #B1A46E. Grayscale: #5D5D5D. Windows color (decimal): -11641967 or 9526094. OLE color: 9526094.

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

Color convert

RGB7891145-
CMYK0.460.3700.43
HSL228.36º30.04%43.73%-
HSV(B)228.36º46.21%56.86%-
XYZ11.9911.1528.31-
YUV93.27157.19117.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=24.84%
G=28.98%
B=46.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78911450.460.3700.43228.3630.0443.73
Hex4E5B912E2502Be41e2c
Octal11613322156450533443654
Binary100111010110111001000110111010010101010111110010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,91,145); }

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

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

 a { background-color: rgb(78,91,145); }

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

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

 span { border-color: rgb(78,91,145); }

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