Html Css Color HEX #4973C5 Havelock Blue

📋 copy color: '#4973C5'

red 73 ◦ green 115 ◦ blue 197

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

Shades of Havelock Blue #4973C5

Tints of Havelock Blue #4973C5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 18.96%
G = 29.87%
B = 51.17%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4973C5 (or 0x4973C5) is known color: Havelock Blue. HEX triplet: 49, 73 and C5. RGB value is (73,115,197). Sum of RGB (Red+Green+Blue) = 73+115+197=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #4973C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973C5 is #B68C3A. Grayscale: #6F6F6F. Windows color (decimal): -11963451 or 12940105. OLE color: 12940105.

HSL color Cylindrical-coordinate representation of color #4973C5: hue angle of 219.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4973C5 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 115 197 -
CMYK 0.63 0.42 0 0.23
HSL 219.68º 0.52% 0.53% -
HSV(B) 219.68º 0.63% 0.77% -
XYZ 18.96 17.71 55.24 -
YUV 111.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 73 115 197 0.63 0.42 0 0.23 219.68 0.52 0.53
Hex 49 73 C5 3F 2A 0 17 DC 34 35
Octal 111 163 305 77 52 0 27 334 64 65
Binary 1001001 1110011 11000101 111111 101010 0 10111 11011100 110100 110101

Color Harmonies of #4973C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973C5

Black with #4973C5

Text Example


Text Example

White with #4973C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4973C5; }

 p { color: rgb(73,115,197); }

 H1.HeaderClassName
 {
   color: #4973C5;
 }
 .AnyTagClassName
 {
   color: #4973C5;
 }
</style>

background-color css

<style>
 a { background-color: #4973C5; }

 a { background-color: rgb(73,115,197); }

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

border-color css

<style>
 span { border-color: #4973C5; }

 span { border-color: rgb(73,115,197); }

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