Shades of San Marino #4872A2
Tints of San Marino #4872A2
RGB
CMYK
RGB Variations
Color information
#4872A2 (or 0x4872A2) is known color: San Marino. HEX triplet: 48, 72 and A2. RGB value is (72,114,162). Sum of RGB (Red+Green+Blue) = 72+114+162=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 162 - color contains mainly: blue. Hex color #4872A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4872A2 is #B78D5D. Grayscale: #6A6A6A. Windows color (decimal): -12029278 or 10646088. OLE color: 10646088.
HSL color Cylindrical-coordinate representation of color #4872A2: hue angle of 212º 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 #4872A2 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 114 | 162 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.36 |
| HSL | 212º | 0.38% | 0.46% | - |
| HSV(B) | 212º | 0.56% | 0.64% | - |
| XYZ | 15.21 | 16.02 | 36.47 | - |
| YUV | 106.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 162 | 0.56 | 0.30 | 0 | 0.36 | 212 | 0.38 | 0.46 |
| Hex | 48 | 72 | A2 | 38 | 1E | 0 | 24 | D4 | 26 | 2E |
| Octal | 110 | 162 | 242 | 70 | 36 | 0 | 44 | 324 | 46 | 56 |
| Binary | 1001000 | 1110010 | 10100010 | 111000 | 11110 | 0 | 100100 | 11010100 | 100110 | 101110 |
Color Harmonies of #4872A2
Complementary color
Monochromatic Colors of #4872A2
Black with #4872A2
Text Example
Text Example
White with #4872A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872A2; }
p { color: rgb(72,114,162); }
H1.HeaderClassName
{
color: #4872A2;
}
.AnyTagClassName
{
color: #4872A2;
}
</style>
background-color css
<style>
a { background-color: #4872A2; }
a { background-color: rgb(72,114,162); }
div.DivClassName
{
background-color: #4872A2;
}
.BgClassName
{
background-color: #4872A2;
}
</style>
border-color css
<style>
span { border-color: #4872A2; }
span { border-color: rgb(72,114,162); }
td.TdClassName
{
border-color: #4872A2;
}
.TagClassName
{
border-color: #4872A2;
}
</style>