#4E599A

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

Shades of Governor Bay #4E599A

Tints of Governor Bay #4E599A

Color information

#4E599A (or 0x4E599A) is unknown color: approx Governor Bay. HEX triplet: 4E, 59 and 9A. RGB value is (78,89,154). Sum of RGB (Red+Green+Blue) = 78+89+154=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E599A is #B1A665. Grayscale: #5C5C5C. Windows color (decimal): -11642470 or 10115406. OLE color: 10115406.

HSL color Cylindrical-coordinate representation of color #4E599A: hue angle of 231.32º 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 #4E599A is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7889154-
CMYK0.490.4200.40
HSL231.32º32.76%45.49%-
HSV(B)231.32º49.35%60.39%-
XYZ12.5511.132.05-
YUV93.12162.36117.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=24.30%
G=27.73%
B=47.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78891540.490.4200.40231.3232.7645.49
Hex4E599A312A028e7212d
Octal11613123261520503474155
Binary1001110101100110011010110001101010010100011100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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