#4870C3

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

Shades of Havelock Blue #4870C3

Tints of Havelock Blue #4870C3

Color information

#4870C3 (or 0x4870C3) is unknown color: approx Havelock Blue. HEX triplet: 48, 70 and C3. RGB value is (72,112,195). Sum of RGB (Red+Green+Blue) = 72+112+195=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #4870C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870C3 is #B78F3C. Grayscale: #6D6D6D. Windows color (decimal): -12029757 or 12808264. OLE color: 12808264.

HSL color Cylindrical-coordinate representation of color #4870C3: hue angle of 220.49º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4870C3 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72112195-
CMYK0.630.4300.24
HSL220.49º50.62%52.35%-
HSV(B)220.49º63.08%76.47%-
XYZ18.3216.9153.93-
YUV109.5176.25101.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 195 (76.56% from 255) = 51.45%
R=19.00%
G=29.55%
B=51.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721121950.630.4300.24220.4950.6252.35
Hex4870C33F2B018dc3334
Octal11016030377530303346364
Binary100100011100001100001111111110101101100011011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4870C3; }

 p { color: rgb(72,112,195); }

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

<style>
 a { background-color: #4870C3; }

 a { background-color: rgb(72,112,195); }

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

<style>
 span { border-color: #4870C3; }

 span { border-color: rgb(72,112,195); }

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