#4889CF

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

Shades of Havelock Blue #4889CF

Tints of Havelock Blue #4889CF

Color information

#4889CF (or 0x4889CF) is unknown color: approx Havelock Blue. HEX triplet: 48, 89 and CF. RGB value is (72,137,207). Sum of RGB (Red+Green+Blue) = 72+137+207=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #4889CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4889CF is #B77630. Grayscale: #7D7D7D. Windows color (decimal): -12023345 or 13601096. OLE color: 13601096.

HSL color Cylindrical-coordinate representation of color #4889CF: hue angle of 211.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4889CF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72137207-
CMYK0.650.3400.19
HSL211.11º58.44%54.71%-
HSV(B)211.11º65.22%81.18%-
XYZ22.8823.7762.41-
YUV125.54173.9789.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=17.31%
G=32.93%
B=49.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721372070.650.3400.19211.1158.4454.71
Hex4889CF4122013d33a37
Octal110211317101420233237267
Binary10010001000100111001111100000110001001001111010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4889CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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