#4E5C91

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

Shades of Governor Bay #4E5C91

Tints of Governor Bay #4E5C91

Color information

#4E5C91 (or 0x4E5C91) is unknown color: approx Governor Bay. HEX triplet: 4E, 5C and 91. RGB value is (78,92,145). Sum of RGB (Red+Green+Blue) = 78+92+145=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E5C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5C91 is #B1A36E. Grayscale: #5D5D5D. Windows color (decimal): -11641711 or 9526350. OLE color: 9526350.

HSL color Cylindrical-coordinate representation of color #4E5C91: hue angle of 227.46º 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 #4E5C91 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7892145-
CMYK0.460.3700.43
HSL227.46º30.04%43.73%-
HSV(B)227.46º46.21%56.86%-
XYZ12.0811.3228.34-
YUV93.86156.86116.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=24.76%
G=29.21%
B=46.03%

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
Decimal78921450.460.3700.43227.4630.0443.73
Hex4E5C912E2502Be31e2c
Octal11613422156450533433654
Binary100111010111001001000110111010010101010111110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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