#4449AD

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

Shades of Governor Bay #4449AD

Tints of Governor Bay #4449AD

Color information

#4449AD (or 0x4449AD) is unknown color: approx Governor Bay. HEX triplet: 44, 49 and AD. RGB value is (68,73,173). Sum of RGB (Red+Green+Blue) = 68+73+173=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #4449AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AD is #BBB652. Grayscale: #525252. Windows color (decimal): -12301907 or 11356484. OLE color: 11356484.

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

Color convert

RGB6873173-
CMYK0.610.5800.32
HSL237.14º43.57%47.25%-
HSV(B)237.14º60.69%67.84%-
XYZ12.319.0140.63-
YUV82.9178.84117.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=21.66%
G=23.25%
B=55.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68731730.610.5800.32237.1443.5747.25
Hex4449AD3D3A020ed2c2f
Octal10411125575720403555457
Binary1000100100100110101101111101111010010000011101101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4449AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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