#4489DD

Color #4489DD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4489DD

Tints of Havelock Blue #4489DD

Color information

#4489DD (or 0x4489DD) is unknown color: approx Havelock Blue. HEX triplet: 44, 89 and DD. RGB value is (68,137,221). Sum of RGB (Red+Green+Blue) = 68+137+221=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #4489DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4489DD is #BB7622. Grayscale: #7D7D7D. Windows color (decimal): -12285475 or 14518596. OLE color: 14518596.

HSL color Cylindrical-coordinate representation of color #4489DD: hue angle of 212.94º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4489DD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68137221-
CMYK0.690.3800.13
HSL212.94º69.23%56.67%-
HSV(B)212.94º69.23%86.67%-
XYZ24.3824.3471.82-
YUV125.94181.6486.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.96%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=15.96%
G=32.16%
B=51.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681372210.690.3800.13212.9469.2356.67
Hex4489DD45260Dd54539
Octal1042113351054601532510571
Binary10001001000100111011101100010110011001101110101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4489DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4489DD; }

 p { color: rgb(68,137,221); }

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

<style>
 a { background-color: #4489DD; }

 a { background-color: rgb(68,137,221); }

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

<style>
 span { border-color: #4489DD; }

 span { border-color: rgb(68,137,221); }

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