Shades of San Marino #4871A2
Tints of San Marino #4871A2
RGB
CMYK
RGB Variations
Color information
#4871A2 (or 0x4871A2) is known color: San Marino. HEX triplet: 48, 71 and A2. RGB value is (72,113,162). Sum of RGB (Red+Green+Blue) = 72+113+162=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #4871A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4871A2 is #B78E5D. Grayscale: #6A6A6A. Windows color (decimal): -12029534 or 10645832. OLE color: 10645832.
HSL color Cylindrical-coordinate representation of color #4871A2: hue angle of 212.67º 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 #4871A2 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 113 | 162 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.36 |
| HSL | 212.67º | 0.38% | 0.46% | - |
| HSV(B) | 212.67º | 0.56% | 0.64% | - |
| XYZ | 15.1 | 15.8 | 36.44 | - |
| YUV | 106.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 162 | 0.56 | 0.30 | 0 | 0.36 | 212.67 | 0.38 | 0.46 |
| Hex | 48 | 71 | A2 | 38 | 1E | 0 | 24 | D5 | 26 | 2E |
| Octal | 110 | 161 | 242 | 70 | 36 | 0 | 44 | 325 | 46 | 56 |
| Binary | 1001000 | 1110001 | 10100010 | 111000 | 11110 | 0 | 100100 | 11010101 | 100110 | 101110 |
Color Harmonies of #4871A2
Complementary color
Monochromatic Colors of #4871A2
Black with #4871A2
Text Example
Text Example
White with #4871A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871A2; }
p { color: rgb(72,113,162); }
H1.HeaderClassName
{
color: #4871A2;
}
.AnyTagClassName
{
color: #4871A2;
}
</style>
background-color css
<style>
a { background-color: #4871A2; }
a { background-color: rgb(72,113,162); }
div.DivClassName
{
background-color: #4871A2;
}
.BgClassName
{
background-color: #4871A2;
}
</style>
border-color css
<style>
span { border-color: #4871A2; }
span { border-color: rgb(72,113,162); }
td.TdClassName
{
border-color: #4871A2;
}
.TagClassName
{
border-color: #4871A2;
}
</style>