Shades of San Marino #4870AD
Tints of San Marino #4870AD
RGB
CMYK
RGB Variations
Color information
#4870AD (or 0x4870AD) is known color: San Marino. HEX triplet: 48, 70 and AD. RGB value is (72,112,173). Sum of RGB (Red+Green+Blue) = 72+112+173=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4870AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870AD is #B78F52. Grayscale: #6A6A6A. Windows color (decimal): -12029779 or 11366472. OLE color: 11366472.
HSL color Cylindrical-coordinate representation of color #4870AD: hue angle of 216.24º 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 #4870AD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 112 | 173 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.32 |
| HSL | 216.24º | 0.41% | 0.48% | - |
| HSV(B) | 216.24º | 0.58% | 0.68% | - |
| XYZ | 16.01 | 15.98 | 41.78 | - |
| YUV | 106.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 173 | 0.58 | 0.35 | 0 | 0.32 | 216.24 | 0.41 | 0.48 |
| Hex | 48 | 70 | AD | 3A | 23 | 0 | 20 | D8 | 29 | 30 |
| Octal | 110 | 160 | 255 | 72 | 43 | 0 | 40 | 330 | 51 | 60 |
| Binary | 1001000 | 1110000 | 10101101 | 111010 | 100011 | 0 | 100000 | 11011000 | 101001 | 110000 |
Color Harmonies of #4870AD
Complementary color
Monochromatic Colors of #4870AD
Black with #4870AD
Text Example
Text Example
White with #4870AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870AD; }
p { color: rgb(72,112,173); }
H1.HeaderClassName
{
color: #4870AD;
}
.AnyTagClassName
{
color: #4870AD;
}
</style>
background-color css
<style>
a { background-color: #4870AD; }
a { background-color: rgb(72,112,173); }
div.DivClassName
{
background-color: #4870AD;
}
.BgClassName
{
background-color: #4870AD;
}
</style>
border-color css
<style>
span { border-color: #4870AD; }
span { border-color: rgb(72,112,173); }
td.TdClassName
{
border-color: #4870AD;
}
.TagClassName
{
border-color: #4870AD;
}
</style>