#4549AD

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

Shades of Governor Bay #4549AD

Tints of Governor Bay #4549AD

Color information

#4549AD (or 0x4549AD) is unknown color: approx Governor Bay. HEX triplet: 45, 49 and AD. RGB value is (69,73,173). Sum of RGB (Red+Green+Blue) = 69+73+173=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #4549AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4549AD is #BAB652. Grayscale: #525252. Windows color (decimal): -12236371 or 11356485. OLE color: 11356485.

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

Color convert

RGB6973173-
CMYK0.600.5800.32
HSL237.69º42.98%47.45%-
HSV(B)237.69º60.12%67.84%-
XYZ12.389.0540.63-
YUV83.2178.67117.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=21.90%
G=23.17%
B=54.92%

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
Decimal69731730.600.5800.32237.6942.9847.45
Hex4549AD3C3A020ee2b2f
Octal10511125574720403565357
Binary1000101100100110101101111100111010010000011101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4549AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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