Html Css Color HEX #4973A5 San Marino

📋 copy color: '#4973A5'

red 73 ◦ green 115 ◦ blue 165

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

Shades of San Marino #4973A5

Tints of San Marino #4973A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 20.68%
G = 32.58%
B = 46.74%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4973A5 (or 0x4973A5) is known color: San Marino. HEX triplet: 49, 73 and A5. RGB value is (73,115,165). Sum of RGB (Red+Green+Blue) = 73+115+165=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #4973A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973A5 is #B68C5A. Grayscale: #6B6B6B. Windows color (decimal): -11963483 or 10842953. OLE color: 10842953.

HSL color Cylindrical-coordinate representation of color #4973A5: hue angle of 212.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4973A5 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 115 165 -
CMYK 0.56 0.30 0 0.35
HSL 212.61º 0.39% 0.47% -
HSV(B) 212.61º 0.56% 0.65% -
XYZ 15.67 16.39 37.94 -
YUV 108.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 73 115 165 0.56 0.30 0 0.35 212.61 0.39 0.47
Hex 49 73 A5 38 1E 0 23 D5 27 2F
Octal 111 163 245 70 36 0 43 325 47 57
Binary 1001001 1110011 10100101 111000 11110 0 100011 11010101 100111 101111

Color Harmonies of #4973A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973A5

Black with #4973A5

Text Example


Text Example

White with #4973A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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