#4549AE

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

Shades of Governor Bay #4549AE

Tints of Governor Bay #4549AE

Color information

#4549AE (or 0x4549AE) is unknown color: approx Governor Bay. HEX triplet: 45, 49 and AE. RGB value is (69,73,174). Sum of RGB (Red+Green+Blue) = 69+73+174=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #4549AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4549AE is #BAB651. Grayscale: #525252. Windows color (decimal): -12236370 or 11422021. OLE color: 11422021.

HSL color Cylindrical-coordinate representation of color #4549AE: hue angle of 237.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4549AE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6973174-
CMYK0.600.5800.32
HSL237.71º43.21%47.65%-
HSV(B)237.71º60.34%68.24%-
XYZ12.489.0941.14-
YUV83.32179.17117.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=21.84%
G=23.10%
B=55.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69731740.600.5800.32237.7143.2147.65
Hex4549AE3C3A020ee2b30
Octal10511125674720403565360
Binary1000101100100110101110111100111010010000011101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4549AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4549AE; }

 p { color: rgb(69,73,174); }

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

<style>
 a { background-color: #4549AE; }

 a { background-color: rgb(69,73,174); }

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

<style>
 span { border-color: #4549AE; }

 span { border-color: rgb(69,73,174); }

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