#4489D1

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

Shades of Havelock Blue #4489D1

Tints of Havelock Blue #4489D1

Color information

#4489D1 (or 0x4489D1) is unknown color: approx Havelock Blue. HEX triplet: 44, 89 and D1. RGB value is (68,137,209). Sum of RGB (Red+Green+Blue) = 68+137+209=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #4489D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4489D1 is #BB762E. Grayscale: #7C7C7C. Windows color (decimal): -12285487 or 13732164. OLE color: 13732164.

HSL color Cylindrical-coordinate representation of color #4489D1: hue angle of 210.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4489D1 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68137209-
CMYK0.670.3400.18
HSL210.64º60.52%54.31%-
HSV(B)210.64º67.46%81.96%-
XYZ22.8423.7263.7-
YUV124.58175.6487.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.43%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=16.43%
G=33.09%
B=50.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681372090.670.3400.18210.6460.5254.31
Hex4489D14322012d33d36
Octal104211321103420223237566
Binary10001001000100111010001100001110001001001011010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4489D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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