Shades of San Marino #4871AA
Tints of San Marino #4871AA
RGB
CMYK
RGB Variations
Color information
#4871AA (or 0x4871AA) is known color: San Marino. HEX triplet: 48, 71 and AA. RGB value is (72,113,170). Sum of RGB (Red+Green+Blue) = 72+113+170=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4871AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4871AA is #B78E55. Grayscale: #6A6A6A. Windows color (decimal): -12029526 or 11170120. OLE color: 11170120.
HSL color Cylindrical-coordinate representation of color #4871AA: hue angle of 214.9º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4871AA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 113 | 170 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.33 |
| HSL | 214.9º | 0.4% | 0.47% | - |
| HSV(B) | 214.9º | 0.58% | 0.67% | - |
| XYZ | 15.83 | 16.09 | 40.3 | - |
| YUV | 107.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 170 | 0.58 | 0.34 | 0 | 0.33 | 214.9 | 0.4 | 0.47 |
| Hex | 48 | 71 | AA | 3A | 22 | 0 | 21 | D7 | 28 | 2F |
| Octal | 110 | 161 | 252 | 72 | 42 | 0 | 41 | 327 | 50 | 57 |
| Binary | 1001000 | 1110001 | 10101010 | 111010 | 100010 | 0 | 100001 | 11010111 | 101000 | 101111 |
Color Harmonies of #4871AA
Complementary color
Monochromatic Colors of #4871AA
Black with #4871AA
Text Example
Text Example
White with #4871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871AA; }
p { color: rgb(72,113,170); }
H1.HeaderClassName
{
color: #4871AA;
}
.AnyTagClassName
{
color: #4871AA;
}
</style>
background-color css
<style>
a { background-color: #4871AA; }
a { background-color: rgb(72,113,170); }
div.DivClassName
{
background-color: #4871AA;
}
.BgClassName
{
background-color: #4871AA;
}
</style>
border-color css
<style>
span { border-color: #4871AA; }
span { border-color: rgb(72,113,170); }
td.TdClassName
{
border-color: #4871AA;
}
.TagClassName
{
border-color: #4871AA;
}
</style>