Html Css Color HEX #4973A3 San Marino

📋 copy color: '#4973A3'

red 73 ◦ green 115 ◦ blue 163

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

Shades of San Marino #4973A3

Tints of San Marino #4973A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.44%

R = 20.8%
G = 32.76%
B = 46.44%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4973A3 (or 0x4973A3) is known color: San Marino. HEX triplet: 49, 73 and A3. RGB value is (73,115,163). Sum of RGB (Red+Green+Blue) = 73+115+163=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #4973A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973A3 is #B68C5C. Grayscale: #6B6B6B. Windows color (decimal): -11963485 or 10711881. OLE color: 10711881.

HSL color Cylindrical-coordinate representation of color #4973A3: hue angle of 212º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4973A3 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 115 163 -
CMYK 0.55 0.29 0 0.36
HSL 212º 0.38% 0.46% -
HSV(B) 212º 0.55% 0.64% -
XYZ 15.49 16.32 36.98 -
YUV 107.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 73 115 163 0.55 0.29 0 0.36 212 0.38 0.46
Hex 49 73 A3 37 1D 0 24 D4 26 2E
Octal 111 163 243 67 35 0 44 324 46 56
Binary 1001001 1110011 10100011 110111 11101 0 100100 11010100 100110 101110

Color Harmonies of #4973A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4973A3

Black with #4973A3

Text Example


Text Example

White with #4973A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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