Html Css Color HEX #4973BD Havelock Blue

📋 copy color: '#4973BD'

red 73 ◦ green 115 ◦ blue 189

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

Shades of Havelock Blue #4973BD

Tints of Havelock Blue #4973BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 19.36%
G = 30.5%
B = 50.13%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4973BD (or 0x4973BD) is known color: Havelock Blue. HEX triplet: 49, 73 and BD. RGB value is (73,115,189). Sum of RGB (Red+Green+Blue) = 73+115+189=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #4973BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BD is #B68C42. Grayscale: #6E6E6E. Windows color (decimal): -11963459 or 12415817. OLE color: 12415817.

HSL color Cylindrical-coordinate representation of color #4973BD: hue angle of 218.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4973BD is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 115 189 -
CMYK 0.61 0.39 0 0.26
HSL 218.28º 0.47% 0.51% -
HSV(B) 218.28º 0.61% 0.74% -
XYZ 18.06 17.35 50.54 -
YUV 110.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 73 115 189 0.61 0.39 0 0.26 218.28 0.47 0.51
Hex 49 73 BD 3D 27 0 1A DA 2F 33
Octal 111 163 275 75 47 0 32 332 57 63
Binary 1001001 1110011 10111101 111101 100111 0 11010 11011010 101111 110011

Color Harmonies of #4973BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973BD

Black with #4973BD

Text Example


Text Example

White with #4973BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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