#4E499F

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

Shades of Governor Bay #4E499F

Tints of Governor Bay #4E499F

Color information

#4E499F (or 0x4E499F) is unknown color: approx Governor Bay. HEX triplet: 4E, 49 and 9F. RGB value is (78,73,159). Sum of RGB (Red+Green+Blue) = 78+73+159=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E499F is #B1B660. Grayscale: #535353. Windows color (decimal): -11646561 or 10438990. OLE color: 10438990.

HSL color Cylindrical-coordinate representation of color #4E499F: hue angle of 243.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E499F is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7873159-
CMYK0.510.5400.38
HSL243.49º37.07%45.49%-
HSV(B)243.49º54.09%62.35%-
XYZ11.788.8933.9-
YUV84.3170.16123.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=25.16%
G=23.55%
B=51.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78731590.510.5400.38243.4937.0745.49
Hex4E499F3336026f3252d
Octal11611123763660463634555
Binary1001110100100110011111110011110110010011011110011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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