#4E579A

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

Shades of Governor Bay #4E579A

Tints of Governor Bay #4E579A

Color information

#4E579A (or 0x4E579A) is unknown color: approx Governor Bay. HEX triplet: 4E, 57 and 9A. RGB value is (78,87,154). Sum of RGB (Red+Green+Blue) = 78+87+154=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E579A is #B1A865. Grayscale: #5B5B5B. Windows color (decimal): -11642982 or 10114894. OLE color: 10114894.

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

Color convert

RGB7887154-
CMYK0.490.4400.40
HSL232.89º32.76%45.49%-
HSV(B)232.89º49.35%60.39%-
XYZ12.3810.7732-
YUV91.95163.02118.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=24.45%
G=27.27%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78871540.490.4400.40232.8932.7645.49
Hex4E579A312C028e9212d
Octal11612723261540503514155
Binary1001110101011110011010110001101100010100011101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,87,154); }

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

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

 a { background-color: rgb(78,87,154); }

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

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

 span { border-color: rgb(78,87,154); }

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