Html Css Color HEX #4973A9 San Marino

📋 copy color: '#4973A9'

red 73 ◦ green 115 ◦ blue 169

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

Shades of San Marino #4973A9

Tints of San Marino #4973A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 20.45%
G = 32.21%
B = 47.34%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4973A9 (or 0x4973A9) is known color: San Marino. HEX triplet: 49, 73 and A9. RGB value is (73,115,169). Sum of RGB (Red+Green+Blue) = 73+115+169=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #4973A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973A9 is #B68C56. Grayscale: #6C6C6C. Windows color (decimal): -11963479 or 11105097. OLE color: 11105097.

HSL color Cylindrical-coordinate representation of color #4973A9: hue angle of 213.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4973A9 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 115 169 -
CMYK 0.57 0.32 0 0.34
HSL 213.75º 0.4% 0.47% -
HSV(B) 213.75º 0.57% 0.66% -
XYZ 16.04 16.54 39.88 -
YUV 108.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 73 115 169 0.57 0.32 0 0.34 213.75 0.4 0.47
Hex 49 73 A9 39 20 0 22 D6 28 2F
Octal 111 163 251 71 40 0 42 326 50 57
Binary 1001001 1110011 10101001 111001 100000 0 100010 11010110 101000 101111

Color Harmonies of #4973A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973A9

Black with #4973A9

Text Example


Text Example

White with #4973A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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