#4872BE

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

Shades of Havelock Blue #4872BE

Tints of Havelock Blue #4872BE

Color information

#4872BE (or 0x4872BE) is unknown color: approx Havelock Blue. HEX triplet: 48, 72 and BE. RGB value is (72,114,190). Sum of RGB (Red+Green+Blue) = 72+114+190=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4872BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BE is #B78D41. Grayscale: #6D6D6D. Windows color (decimal): -12029250 or 12481096. OLE color: 12481096.

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

Color convert

RGB72114190-
CMYK0.620.4000.25
HSL218.64º47.58%51.37%-
HSV(B)218.64º62.11%74.51%-
XYZ17.9817.1351.07-
YUV110.11173.09100.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=19.15%
G=30.32%
B=50.53%

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
Decimal721141900.620.4000.25218.6447.5851.37
Hex4872BE3E28019db3033
Octal11016227676500313336063
Binary100100011100101011111011111010100001100111011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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