Shades of San Marino #4873A2
Tints of San Marino #4873A2
RGB
CMYK
RGB Variations
Color information
#4873A2 (or 0x4873A2) is known color: San Marino. HEX triplet: 48, 73 and A2. RGB value is (72,115,162). Sum of RGB (Red+Green+Blue) = 72+115+162=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #4873A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4873A2 is #B78C5D. Grayscale: #6B6B6B. Windows color (decimal): -12029022 or 10646344. OLE color: 10646344.
HSL color Cylindrical-coordinate representation of color #4873A2: hue angle of 211.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4873A2 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 115 | 162 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.36 |
| HSL | 211.33º | 0.38% | 0.46% | - |
| HSV(B) | 211.33º | 0.56% | 0.64% | - |
| XYZ | 15.32 | 16.25 | 36.51 | - |
| YUV | 107.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 162 | 0.56 | 0.29 | 0 | 0.36 | 211.33 | 0.38 | 0.46 |
| Hex | 48 | 73 | A2 | 38 | 1D | 0 | 24 | D3 | 26 | 2E |
| Octal | 110 | 163 | 242 | 70 | 35 | 0 | 44 | 323 | 46 | 56 |
| Binary | 1001000 | 1110011 | 10100010 | 111000 | 11101 | 0 | 100100 | 11010011 | 100110 | 101110 |
Color Harmonies of #4873A2
Complementary color
Monochromatic Colors of #4873A2
Black with #4873A2
Text Example
Text Example
White with #4873A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4873A2; }
p { color: rgb(72,115,162); }
H1.HeaderClassName
{
color: #4873A2;
}
.AnyTagClassName
{
color: #4873A2;
}
</style>
background-color css
<style>
a { background-color: #4873A2; }
a { background-color: rgb(72,115,162); }
div.DivClassName
{
background-color: #4873A2;
}
.BgClassName
{
background-color: #4873A2;
}
</style>
border-color css
<style>
span { border-color: #4873A2; }
span { border-color: rgb(72,115,162); }
td.TdClassName
{
border-color: #4873A2;
}
.TagClassName
{
border-color: #4873A2;
}
</style>