Html Css Color HEX #4970BF Havelock Blue

📋 copy color: '#4970BF'

red 73 ◦ green 112 ◦ blue 191

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

Shades of Havelock Blue #4970BF

Tints of Havelock Blue #4970BF

RGB

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

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

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

R = 19.41%
G = 29.79%
B = 50.8%

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

#4970BF (or 0x4970BF) is known color: Havelock Blue. HEX triplet: 49, 70 and BF. RGB value is (73,112,191). Sum of RGB (Red+Green+Blue) = 73+112+191=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #4970BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970BF is #B68F40. Grayscale: #6C6C6C. Windows color (decimal): -11964225 or 12546121. OLE color: 12546121.

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

Color convert

RGB 73 112 191 -
CMYK 0.62 0.41 0 0.25
HSL 220.17º 0.48% 0.52% -
HSV(B) 220.17º 0.62% 0.75% -
XYZ 17.95 16.77 51.58 -
YUV 109.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 73 112 191 0.62 0.41 0 0.25 220.17 0.48 0.52
Hex 49 70 BF 3E 29 0 19 DC 30 34
Octal 111 160 277 76 51 0 31 334 60 64
Binary 1001001 1110000 10111111 111110 101001 0 11001 11011100 110000 110100

Color Harmonies of #4970BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970BF

Black with #4970BF

Text Example


Text Example

White with #4970BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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