#4E5A92

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

Shades of Governor Bay #4E5A92

Tints of Governor Bay #4E5A92

Color information

#4E5A92 (or 0x4E5A92) is unknown color: approx Governor Bay. HEX triplet: 4E, 5A and 92. RGB value is (78,90,146). Sum of RGB (Red+Green+Blue) = 78+90+146=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E5A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5A92 is #B1A56D. Grayscale: #5C5C5C. Windows color (decimal): -11642222 or 9591374. OLE color: 9591374.

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

Color convert

RGB7890146-
CMYK0.470.3800.43
HSL229.41º30.36%43.92%-
HSV(B)229.41º46.58%57.25%-
XYZ11.9911.0128.69-
YUV92.8158.02117.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=24.84%
G=28.66%
B=46.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78901460.470.3800.43229.4130.3643.92
Hex4E5A922F2602Be51e2c
Octal11613222257460533453654
Binary100111010110101001001010111110011001010111110010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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