#4E549B

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

Shades of Governor Bay #4E549B

Tints of Governor Bay #4E549B

Color information

#4E549B (or 0x4E549B) is unknown color: approx Governor Bay. HEX triplet: 4E, 54 and 9B. RGB value is (78,84,155). Sum of RGB (Red+Green+Blue) = 78+84+155=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E549B is #B1AB64. Grayscale: #5A5A5A. Windows color (decimal): -11643749 or 10179662. OLE color: 10179662.

HSL color Cylindrical-coordinate representation of color #4E549B: hue angle of 235.32º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E549B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7884155-
CMYK0.500.4600.39
HSL235.32º33.05%45.69%-
HSV(B)235.32º49.68%60.78%-
XYZ12.2310.3332.36-
YUV90.3164.51119.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=24.61%
G=26.50%
B=48.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78841550.500.4600.39235.3233.0545.69
Hex4E549B322E027eb212e
Octal11612423362560473534156
Binary1001110101010010011011110010101110010011111101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,155); }

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

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

 a { background-color: rgb(78,84,155); }

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

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

 span { border-color: rgb(78,84,155); }

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