Html Css Color HEX #4972BE Havelock Blue

📋 copy color: '#4972BE'

red 73 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #4972BE

Tints of Havelock Blue #4972BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 19.36%
G = 30.24%
B = 50.4%

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

#4972BE (or 0x4972BE) is known color: Havelock Blue. HEX triplet: 49, 72 and BE. RGB value is (73,114,190). Sum of RGB (Red+Green+Blue) = 73+114+190=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4972BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972BE is #B68D41. Grayscale: #6E6E6E. Windows color (decimal): -11963714 or 12481097. OLE color: 12481097.

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

Color convert

RGB 73 114 190 -
CMYK 0.62 0.40 0 0.25
HSL 218.97º 0.47% 0.52% -
HSV(B) 218.97º 0.62% 0.75% -
XYZ 18.06 17.17 51.08 -
YUV 110.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 73 114 190 0.62 0.40 0 0.25 218.97 0.47 0.52
Hex 49 72 BE 3E 28 0 19 DB 2F 34
Octal 111 162 276 76 50 0 31 333 57 64
Binary 1001001 1110010 10111110 111110 101000 0 11001 11011011 101111 110100

Color Harmonies of #4972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4972BE

Black with #4972BE

Text Example


Text Example

White with #4972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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