Shades of San Marino #4872AC
Tints of San Marino #4872AC
RGB
CMYK
RGB Variations
Color information
#4872AC (or 0x4872AC) is known color: San Marino. HEX triplet: 48, 72 and AC. RGB value is (72,114,172). Sum of RGB (Red+Green+Blue) = 72+114+172=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4872AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4872AC is #B78D53. Grayscale: #6B6B6B. Windows color (decimal): -12029268 or 11301448. OLE color: 11301448.
HSL color Cylindrical-coordinate representation of color #4872AC: hue angle of 214.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4872AC is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 114 | 172 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.33 |
| HSL | 214.8º | 0.41% | 0.48% | - |
| HSV(B) | 214.8º | 0.58% | 0.67% | - |
| XYZ | 16.14 | 16.39 | 41.34 | - |
| YUV | 108.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 172 | 0.58 | 0.34 | 0 | 0.33 | 214.8 | 0.41 | 0.48 |
| Hex | 48 | 72 | AC | 3A | 22 | 0 | 21 | D7 | 29 | 30 |
| Octal | 110 | 162 | 254 | 72 | 42 | 0 | 41 | 327 | 51 | 60 |
| Binary | 1001000 | 1110010 | 10101100 | 111010 | 100010 | 0 | 100001 | 11010111 | 101001 | 110000 |
Color Harmonies of #4872AC
Complementary color
Monochromatic Colors of #4872AC
Black with #4872AC
Text Example
Text Example
White with #4872AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872AC; }
p { color: rgb(72,114,172); }
H1.HeaderClassName
{
color: #4872AC;
}
.AnyTagClassName
{
color: #4872AC;
}
</style>
background-color css
<style>
a { background-color: #4872AC; }
a { background-color: rgb(72,114,172); }
div.DivClassName
{
background-color: #4872AC;
}
.BgClassName
{
background-color: #4872AC;
}
</style>
border-color css
<style>
span { border-color: #4872AC; }
span { border-color: rgb(72,114,172); }
td.TdClassName
{
border-color: #4872AC;
}
.TagClassName
{
border-color: #4872AC;
}
</style>