Html Css Color HEX #4872BF Havelock Blue

📋 copy color: '#4872BF'

red 72 ◦ green 114 ◦ blue 191

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

Shades of Havelock Blue #4872BF

Tints of Havelock Blue #4872BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 19.1%
G = 30.24%
B = 50.66%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4872BF (or 0x4872BF) is known color: 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

RGB 72 114 191 -
CMYK 0.62 0.40 0 0.25
HSL 218.82º 0.48% 0.52% -
HSV(B) 218.82º 0.62% 0.75% -
XYZ 18.09 17.17 51.65 -
YUV 110.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 72 114 191 0.62 0.40 0 0.25 218.82 0.48 0.52
Hex 48 72 BF 3E 28 0 19 DB 30 34
Octal 110 162 277 76 50 0 31 333 60 64
Binary 1001000 1110010 10111111 111110 101000 0 11001 11011011 110000 110100

Color Harmonies of #4872BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872BF

Black with #4872BF

Text Example


Text Example

White with #4872BF

Text Example


Text Example

HTML Codes & Css Web 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>