Html Css Color HEX #4870BF Havelock Blue

📋 copy color: '#4870BF'

red 72 ◦ green 112 ◦ blue 191

#4870BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4870BF

Tints of Havelock Blue #4870BF

RGB

 RED value IS 72 (28.52% from 255) = 19.2%

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 191 (75% from 255) = 50.93%

R = 19.2%
G = 29.87%
B = 50.93%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4870BF (or 0x4870BF) is known color: Havelock Blue. HEX triplet: 48, 70 and BF. RGB value is (72,112,191). Sum of RGB (Red+Green+Blue) = 72+112+191=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4870BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870BF is #B78F40. Grayscale: #6C6C6C. Windows color (decimal): -12029761 or 12546120. OLE color: 12546120.

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

Color convert

RGB 72 112 191 -
CMYK 0.62 0.41 0 0.25
HSL 219.83º 0.48% 0.52% -
HSV(B) 219.83º 0.62% 0.75% -
XYZ 17.87 16.73 51.58 -
YUV 109.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 72 112 191 0.62 0.41 0 0.25 219.83 0.48 0.52
Hex 48 70 BF 3E 29 0 19 DC 30 34
Octal 110 160 277 76 51 0 31 334 60 64
Binary 1001000 1110000 10111111 111110 101001 0 11001 11011100 110000 110100

Color Harmonies of #4870BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870BF

Black with #4870BF

Text Example


Text Example

White with #4870BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4870BF;
 }
 .AnyTagClassName
 {
   color: #4870BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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