Shades of San Marino #4C71AB
Tints of San Marino #4C71AB
RGB
CMYK
RGB Variations
Color information
#4C71AB (or 0x4C71AB) is known color: San Marino. HEX triplet: 4C, 71 and AB. RGB value is (76,113,171). Sum of RGB (Red+Green+Blue) = 76+113+171=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C71AB is #B38E54. Grayscale: #6C6C6C. Windows color (decimal): -11767381 or 11235660. OLE color: 11235660.
HSL color Cylindrical-coordinate representation of color #4C71AB: hue angle of 216.63º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C71AB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 113 | 171 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.33 |
| HSL | 216.63º | 0.38% | 0.48% | - |
| HSV(B) | 216.63º | 0.56% | 0.67% | - |
| XYZ | 16.24 | 16.29 | 40.82 | - |
| YUV | 108.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 171 | 0.56 | 0.34 | 0 | 0.33 | 216.63 | 0.38 | 0.48 |
| Hex | 4C | 71 | AB | 38 | 22 | 0 | 21 | D9 | 26 | 30 |
| Octal | 114 | 161 | 253 | 70 | 42 | 0 | 41 | 331 | 46 | 60 |
| Binary | 1001100 | 1110001 | 10101011 | 111000 | 100010 | 0 | 100001 | 11011001 | 100110 | 110000 |
Color Harmonies of #4C71AB
Complementary color
Monochromatic Colors of #4C71AB
Black with #4C71AB
Text Example
Text Example
White with #4C71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C71AB; }
p { color: rgb(76,113,171); }
H1.HeaderClassName
{
color: #4C71AB;
}
.AnyTagClassName
{
color: #4C71AB;
}
</style>
background-color css
<style>
a { background-color: #4C71AB; }
a { background-color: rgb(76,113,171); }
div.DivClassName
{
background-color: #4C71AB;
}
.BgClassName
{
background-color: #4C71AB;
}
</style>
border-color css
<style>
span { border-color: #4C71AB; }
span { border-color: rgb(76,113,171); }
td.TdClassName
{
border-color: #4C71AB;
}
.TagClassName
{
border-color: #4C71AB;
}
</style>