#4871BE

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

Shades of Havelock Blue #4871BE

Tints of Havelock Blue #4871BE

Color information

#4871BE (or 0x4871BE) is unknown color: approx Havelock Blue. HEX triplet: 48, 71 and BE. RGB value is (72,113,190). Sum of RGB (Red+Green+Blue) = 72+113+190=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4871BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871BE is #B78E41. Grayscale: #6D6D6D. Windows color (decimal): -12029506 or 12480840. OLE color: 12480840.

HSL color Cylindrical-coordinate representation of color #4871BE: hue angle of 219.15º 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 #4871BE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72113190-
CMYK0.620.4100.25
HSL219.15º47.58%51.37%-
HSV(B)219.15º62.11%74.51%-
XYZ17.8716.9151.04-
YUV109.52173.42101.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=19.2%
G=30.13%
B=50.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721131900.620.4100.25219.1547.5851.37
Hex4871BE3E29019db3033
Octal11016127676510313336063
Binary100100011100011011111011111010100101100111011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4871BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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