Html Css Color HEX #4973C9 Havelock Blue

📋 copy color: '#4973C9'

red 73 ◦ green 115 ◦ blue 201

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

Shades of Havelock Blue #4973C9

Tints of Havelock Blue #4973C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 18.77%
G = 29.56%
B = 51.67%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4973C9 (or 0x4973C9) is known color: Havelock Blue. HEX triplet: 49, 73 and C9. RGB value is (73,115,201). Sum of RGB (Red+Green+Blue) = 73+115+201=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #4973C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973C9 is #B68C36. Grayscale: #6F6F6F. Windows color (decimal): -11963447 or 13202249. OLE color: 13202249.

HSL color Cylindrical-coordinate representation of color #4973C9: hue angle of 220.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4973C9 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 115 201 -
CMYK 0.64 0.43 0 0.21
HSL 220.31º 0.54% 0.54% -
HSV(B) 220.31º 0.64% 0.79% -
XYZ 19.42 17.89 57.69 -
YUV 112.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 73 115 201 0.64 0.43 0 0.21 220.31 0.54 0.54
Hex 49 73 C9 40 2B 0 15 DC 36 36
Octal 111 163 311 100 53 0 25 334 66 66
Binary 1001001 1110011 11001001 1000000 101011 0 10101 11011100 110110 110110

Color Harmonies of #4973C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973C9

Black with #4973C9

Text Example


Text Example

White with #4973C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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