Shades of San Marino #4872A6
Tints of San Marino #4872A6
RGB
CMYK
RGB Variations
Color information
#4872A6 (or 0x4872A6) is known color: San Marino. HEX triplet: 48, 72 and A6. RGB value is (72,114,166). Sum of RGB (Red+Green+Blue) = 72+114+166=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #4872A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4872A6 is #B78D59. Grayscale: #6B6B6B. Windows color (decimal): -12029274 or 10908232. OLE color: 10908232.
HSL color Cylindrical-coordinate representation of color #4872A6: hue angle of 213.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4872A6 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 114 | 166 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.35 |
| HSL | 213.19º | 0.39% | 0.47% | - |
| HSV(B) | 213.19º | 0.57% | 0.65% | - |
| XYZ | 15.57 | 16.17 | 38.38 | - |
| YUV | 107.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 166 | 0.57 | 0.31 | 0 | 0.35 | 213.19 | 0.39 | 0.47 |
| Hex | 48 | 72 | A6 | 39 | 1F | 0 | 23 | D5 | 27 | 2F |
| Octal | 110 | 162 | 246 | 71 | 37 | 0 | 43 | 325 | 47 | 57 |
| Binary | 1001000 | 1110010 | 10100110 | 111001 | 11111 | 0 | 100011 | 11010101 | 100111 | 101111 |
Color Harmonies of #4872A6
Complementary color
Monochromatic Colors of #4872A6
Black with #4872A6
Text Example
Text Example
White with #4872A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872A6; }
p { color: rgb(72,114,166); }
H1.HeaderClassName
{
color: #4872A6;
}
.AnyTagClassName
{
color: #4872A6;
}
</style>
background-color css
<style>
a { background-color: #4872A6; }
a { background-color: rgb(72,114,166); }
div.DivClassName
{
background-color: #4872A6;
}
.BgClassName
{
background-color: #4872A6;
}
</style>
border-color css
<style>
span { border-color: #4872A6; }
span { border-color: rgb(72,114,166); }
td.TdClassName
{
border-color: #4872A6;
}
.TagClassName
{
border-color: #4872A6;
}
</style>