Html Css Color HEX #4971BE Havelock Blue

📋 copy color: '#4971BE'

red 73 ◦ green 113 ◦ blue 190

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

Shades of Havelock Blue #4971BE

Tints of Havelock Blue #4971BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 19.41%
G = 30.05%
B = 50.53%

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

#4971BE (or 0x4971BE) is known color: Havelock Blue. HEX triplet: 49, 71 and BE. RGB value is (73,113,190). Sum of RGB (Red+Green+Blue) = 73+113+190=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 113 (44.53% from 255 or 30.05% 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 #4971BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971BE is #B68E41. Grayscale: #6D6D6D. Windows color (decimal): -11963970 or 12480841. OLE color: 12480841.

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

Color convert

RGB 73 113 190 -
CMYK 0.62 0.41 0 0.25
HSL 219.49º 0.47% 0.52% -
HSV(B) 219.49º 0.62% 0.75% -
XYZ 17.95 16.94 51.04 -
YUV 109.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 73 113 190 0.62 0.41 0 0.25 219.49 0.47 0.52
Hex 49 71 BE 3E 29 0 19 DB 2F 34
Octal 111 161 276 76 51 0 31 333 57 64
Binary 1001001 1110001 10111110 111110 101001 0 11001 11011011 101111 110100

Color Harmonies of #4971BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971BE

Black with #4971BE

Text Example


Text Example

White with #4971BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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