Html Css Color HEX #4979BF Havelock Blue

📋 copy color: '#4979BF'

red 73 ◦ green 121 ◦ blue 191

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

Shades of Havelock Blue #4979BF

Tints of Havelock Blue #4979BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 18.96%
G = 31.43%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4979BF (or 0x4979BF) is known color: Havelock Blue. HEX triplet: 49, 79 and BF. RGB value is (73,121,191). Sum of RGB (Red+Green+Blue) = 73+121+191=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #4979BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979BF is #B68640. Grayscale: #727272. Windows color (decimal): -11961921 or 12548425. OLE color: 12548425.

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

Color convert

RGB 73 121 191 -
CMYK 0.62 0.37 0 0.25
HSL 215.59º 0.48% 0.52% -
HSV(B) 215.59º 0.62% 0.75% -
XYZ 18.99 18.85 51.93 -
YUV 114.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 73 121 191 0.62 0.37 0 0.25 215.59 0.48 0.52
Hex 49 79 BF 3E 25 0 19 D8 30 34
Octal 111 171 277 76 45 0 31 330 60 64
Binary 1001001 1111001 10111111 111110 100101 0 11001 11011000 110000 110100

Color Harmonies of #4979BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4979BF

Black with #4979BF

Text Example


Text Example

White with #4979BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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