Html Css Color HEX #4973A6 San Marino

📋 copy color: '#4973A6'

red 73 ◦ green 115 ◦ blue 166

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

Shades of San Marino #4973A6

Tints of San Marino #4973A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.89%

R = 20.62%
G = 32.49%
B = 46.89%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4973A6 (or 0x4973A6) is known color: San Marino. HEX triplet: 49, 73 and A6. RGB value is (73,115,166). Sum of RGB (Red+Green+Blue) = 73+115+166=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #4973A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973A6 is #B68C59. Grayscale: #6C6C6C. Windows color (decimal): -11963482 or 10908489. OLE color: 10908489.

HSL color Cylindrical-coordinate representation of color #4973A6: hue angle of 212.9º 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 #4973A6 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 115 166 -
CMYK 0.56 0.31 0 0.35
HSL 212.9º 0.39% 0.47% -
HSV(B) 212.9º 0.56% 0.65% -
XYZ 15.76 16.43 38.42 -
YUV 108.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 73 115 166 0.56 0.31 0 0.35 212.9 0.39 0.47
Hex 49 73 A6 38 1F 0 23 D5 27 2F
Octal 111 163 246 70 37 0 43 325 47 57
Binary 1001001 1110011 10100110 111000 11111 0 100011 11010101 100111 101111

Color Harmonies of #4973A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973A6

Black with #4973A6

Text Example


Text Example

White with #4973A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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