Html Css Color HEX #4979C1 Havelock Blue

📋 copy color: '#4979C1'

red 73 ◦ green 121 ◦ blue 193

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

Shades of Havelock Blue #4979C1

Tints of Havelock Blue #4979C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 18.86%
G = 31.27%
B = 49.87%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4979C1 (or 0x4979C1) is known color: Havelock Blue. HEX triplet: 49, 79 and C1. RGB value is (73,121,193). Sum of RGB (Red+Green+Blue) = 73+121+193=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #4979C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979C1 is #B6863E. Grayscale: #727272. Windows color (decimal): -11961919 or 12679497. OLE color: 12679497.

HSL color Cylindrical-coordinate representation of color #4979C1: hue angle of 216º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4979C1 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 121 193 -
CMYK 0.62 0.37 0 0.24
HSL 216º 0.49% 0.52% -
HSV(B) 216º 0.62% 0.76% -
XYZ 19.21 18.94 53.1 -
YUV 114.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 73 121 193 0.62 0.37 0 0.24 216 0.49 0.52
Hex 49 79 C1 3E 25 0 18 D8 31 34
Octal 111 171 301 76 45 0 30 330 61 64
Binary 1001001 1111001 11000001 111110 100101 0 11000 11011000 110001 110100

Color Harmonies of #4979C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4979C1

Black with #4979C1

Text Example


Text Example

White with #4979C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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