#4E499A

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

Shades of Governor Bay #4E499A

Tints of Governor Bay #4E499A

Color information

#4E499A (or 0x4E499A) is unknown color: approx Governor Bay. HEX triplet: 4E, 49 and 9A. RGB value is (78,73,154). Sum of RGB (Red+Green+Blue) = 78+73+154=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E499A is #B1B665. Grayscale: #535353. Windows color (decimal): -11646566 or 10111310. OLE color: 10111310.

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

Color convert

RGB7873154-
CMYK0.490.5300.40
HSL243.7º35.68%44.51%-
HSV(B)243.7º52.6%60.39%-
XYZ11.368.7231.66-
YUV83.73167.66123.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=25.57%
G=23.93%
B=50.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78731540.490.5300.40243.735.6844.51
Hex4E499A3135028f4242d
Octal11611123261650503644455
Binary1001110100100110011010110001110101010100011110100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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