#4449AB

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

Shades of Governor Bay #4449AB

Tints of Governor Bay #4449AB

Color information

#4449AB (or 0x4449AB) is unknown color: approx Governor Bay. HEX triplet: 44, 49 and AB. RGB value is (68,73,171). Sum of RGB (Red+Green+Blue) = 68+73+171=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #4449AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AB is #BBB654. Grayscale: #525252. Windows color (decimal): -12301909 or 11225412. OLE color: 11225412.

HSL color Cylindrical-coordinate representation of color #4449AB: hue angle of 237.09º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4449AB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6873171-
CMYK0.600.5700.33
HSL237.09º43.1%46.86%-
HSV(B)237.09º60.23%67.06%-
XYZ12.128.9339.61-
YUV82.68177.84117.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=21.79%
G=23.40%
B=54.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68731710.600.5700.33237.0943.146.86
Hex4449AB3C39021ed2b2f
Octal10411125374710413555357
Binary1000100100100110101011111100111001010000111101101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4449AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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