Html Css Color HEX #4973AD San Marino

📋 copy color: '#4973AD'

red 73 ◦ green 115 ◦ blue 173

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

Shades of San Marino #4973AD

Tints of San Marino #4973AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 20.22%
G = 31.86%
B = 47.92%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4973AD (or 0x4973AD) is known color: San Marino. HEX triplet: 49, 73 and AD. RGB value is (73,115,173). Sum of RGB (Red+Green+Blue) = 73+115+173=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #4973AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973AD is #B68C52. Grayscale: #6C6C6C. Windows color (decimal): -11963475 or 11367241. OLE color: 11367241.

HSL color Cylindrical-coordinate representation of color #4973AD: hue angle of 214.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4973AD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 115 173 -
CMYK 0.58 0.34 0 0.32
HSL 214.8º 0.41% 0.48% -
HSV(B) 214.8º 0.58% 0.68% -
XYZ 16.42 16.7 41.89 -
YUV 109.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 73 115 173 0.58 0.34 0 0.32 214.8 0.41 0.48
Hex 49 73 AD 3A 22 0 20 D7 29 30
Octal 111 163 255 72 42 0 40 327 51 60
Binary 1001001 1110011 10101101 111010 100010 0 100000 11010111 101001 110000

Color Harmonies of #4973AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973AD

Black with #4973AD

Text Example


Text Example

White with #4973AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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