#4889DC

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

Shades of Havelock Blue #4889DC

Tints of Havelock Blue #4889DC

Color information

#4889DC (or 0x4889DC) is unknown color: approx Havelock Blue. HEX triplet: 48, 89 and DC. RGB value is (72,137,220). Sum of RGB (Red+Green+Blue) = 72+137+220=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #4889DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4889DC is #B77623. Grayscale: #7E7E7E. Windows color (decimal): -12023332 or 14453064. OLE color: 14453064.

HSL color Cylindrical-coordinate representation of color #4889DC: hue angle of 213.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4889DC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72137220-
CMYK0.670.3800.14
HSL213.65º67.89%57.25%-
HSV(B)213.65º67.27%86.27%-
XYZ24.5424.4471.13-
YUV127.03180.4788.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 220 (86.33% from 255) = 51.28%
R=16.78%
G=31.93%
B=51.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721372200.670.3800.14213.6567.8957.25
Hex4889DC43260Ed64439
Octal1102113341034601632610471
Binary10010001000100111011100100001110011001110110101101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4889DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4889DC; }

 p { color: rgb(72,137,220); }

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

<style>
 a { background-color: #4889DC; }

 a { background-color: rgb(72,137,220); }

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

<style>
 span { border-color: #4889DC; }

 span { border-color: rgb(72,137,220); }

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