Html Css Color HEX #4972BF Havelock Blue

📋 copy color: '#4972BF'

red 73 ◦ green 114 ◦ blue 191

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

Shades of Havelock Blue #4972BF

Tints of Havelock Blue #4972BF

RGB

 RED value IS 73 (28.91% from 255) = 19.31%

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

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

R = 19.31%
G = 30.16%
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

#4972BF (or 0x4972BF) is known color: Havelock Blue. HEX triplet: 49, 72 and BF. RGB value is (73,114,191). Sum of RGB (Red+Green+Blue) = 73+114+191=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4972BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972BF is #B68D40. Grayscale: #6E6E6E. Windows color (decimal): -11963713 or 12546633. OLE color: 12546633.

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

Color convert

RGB 73 114 191 -
CMYK 0.62 0.40 0 0.25
HSL 219.15º 0.48% 0.52% -
HSV(B) 219.15º 0.62% 0.75% -
XYZ 18.17 17.21 51.65 -
YUV 110.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 73 114 191 0.62 0.40 0 0.25 219.15 0.48 0.52
Hex 49 72 BF 3E 28 0 19 DB 30 34
Octal 111 162 277 76 50 0 31 333 60 64
Binary 1001001 1110010 10111111 111110 101000 0 11001 11011011 110000 110100

Color Harmonies of #4972BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4972BF

Black with #4972BF

Text Example


Text Example

White with #4972BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,114,191); }

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

background-color css

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

 a { background-color: rgb(73,114,191); }

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

border-color css

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

 span { border-color: rgb(73,114,191); }

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