#4872BF

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

Shades of Havelock Blue #4872BF

Tints of Havelock Blue #4872BF

Color information

#4872BF (or 0x4872BF) is unknown color: approx Havelock Blue. HEX triplet: 48, 72 and BF. RGB value is (72,114,191). Sum of RGB (Red+Green+Blue) = 72+114+191=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4872BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BF is #B78D40. Grayscale: #6D6D6D. Windows color (decimal): -12029249 or 12546632. OLE color: 12546632.

HSL color Cylindrical-coordinate representation of color #4872BF: hue angle of 218.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4872BF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72114191-
CMYK0.620.4000.25
HSL218.82º48.18%51.57%-
HSV(B)218.82º62.3%74.9%-
XYZ18.0917.1751.65-
YUV110.22173.59100.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 191 (75% from 255) = 50.66%
R=19.10%
G=30.24%
B=50.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721141910.620.4000.25218.8248.1851.57
Hex4872BF3E28019db3034
Octal11016227776500313336064
Binary100100011100101011111111111010100001100111011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4872BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4872BF; }

 p { color: rgb(72,114,191); }

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

<style>
 a { background-color: #4872BF; }

 a { background-color: rgb(72,114,191); }

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

<style>
 span { border-color: #4872BF; }

 span { border-color: rgb(72,114,191); }

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