Html Css Color HEX #4872BE Havelock Blue

📋 copy color: '#4872BE'

red 72 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #4872BE

Tints of Havelock Blue #4872BE

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 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

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

RGB 72 114 190 -
CMYK 0.62 0.40 0 0.25
HSL 218.64º 0.48% 0.51% -
HSV(B) 218.64º 0.62% 0.75% -
XYZ 17.98 17.13 51.07 -
YUV 110.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 72 114 190 0.62 0.40 0 0.25 218.64 0.48 0.51
Hex 48 72 BE 3E 28 0 19 DB 30 33
Octal 110 162 276 76 50 0 31 333 60 63
Binary 1001000 1110010 10111110 111110 101000 0 11001 11011011 110000 110011

Color Harmonies of #4872BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872BE

Black with #4872BE

Text Example


Text Example

White with #4872BE

Text Example


Text Example

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