Shades of San Marino #4870AC
Tints of San Marino #4870AC
RGB
CMYK
RGB Variations
Color information
#4870AC (or 0x4870AC) is known color: San Marino. HEX triplet: 48, 70 and AC. RGB value is (72,112,172). Sum of RGB (Red+Green+Blue) = 72+112+172=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #4870AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870AC is #B78F53. Grayscale: #6A6A6A. Windows color (decimal): -12029780 or 11300936. OLE color: 11300936.
HSL color Cylindrical-coordinate representation of color #4870AC: hue angle of 216º 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 #4870AC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 112 | 172 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.33 |
| HSL | 216º | 0.41% | 0.48% | - |
| HSV(B) | 216º | 0.58% | 0.67% | - |
| XYZ | 15.91 | 15.94 | 41.27 | - |
| YUV | 106.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 172 | 0.58 | 0.35 | 0 | 0.33 | 216 | 0.41 | 0.48 |
| Hex | 48 | 70 | AC | 3A | 23 | 0 | 21 | D8 | 29 | 30 |
| Octal | 110 | 160 | 254 | 72 | 43 | 0 | 41 | 330 | 51 | 60 |
| Binary | 1001000 | 1110000 | 10101100 | 111010 | 100011 | 0 | 100001 | 11011000 | 101001 | 110000 |
Color Harmonies of #4870AC
Complementary color
Monochromatic Colors of #4870AC
Black with #4870AC
Text Example
Text Example
White with #4870AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870AC; }
p { color: rgb(72,112,172); }
H1.HeaderClassName
{
color: #4870AC;
}
.AnyTagClassName
{
color: #4870AC;
}
</style>
background-color css
<style>
a { background-color: #4870AC; }
a { background-color: rgb(72,112,172); }
div.DivClassName
{
background-color: #4870AC;
}
.BgClassName
{
background-color: #4870AC;
}
</style>
border-color css
<style>
span { border-color: #4870AC; }
span { border-color: rgb(72,112,172); }
td.TdClassName
{
border-color: #4870AC;
}
.TagClassName
{
border-color: #4870AC;
}
</style>