Shades of San Marino #4371AC
Tints of San Marino #4371AC
RGB
CMYK
RGB Variations
Color information
#4371AC (or 0x4371AC) is known color: San Marino. HEX triplet: 43, 71 and AC. RGB value is (67,113,172). Sum of RGB (Red+Green+Blue) = 67+113+172=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #4371AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4371AC is #BC8E53. Grayscale: #696969. Windows color (decimal): -12357204 or 11301187. OLE color: 11301187.
HSL color Cylindrical-coordinate representation of color #4371AC: hue angle of 213.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4371AC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 113 | 172 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.33 |
| HSL | 213.71º | 0.44% | 0.47% | - |
| HSV(B) | 213.71º | 0.61% | 0.67% | - |
| XYZ | 15.67 | 15.98 | 41.29 | - |
| YUV | 105.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 172 | 0.61 | 0.34 | 0 | 0.33 | 213.71 | 0.44 | 0.47 |
| Hex | 43 | 71 | AC | 3D | 22 | 0 | 21 | D6 | 2C | 2F |
| Octal | 103 | 161 | 254 | 75 | 42 | 0 | 41 | 326 | 54 | 57 |
| Binary | 1000011 | 1110001 | 10101100 | 111101 | 100010 | 0 | 100001 | 11010110 | 101100 | 101111 |
Color Harmonies of #4371AC
Complementary color
Monochromatic Colors of #4371AC
Black with #4371AC
Text Example
Text Example
White with #4371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4371AC; }
p { color: rgb(67,113,172); }
H1.HeaderClassName
{
color: #4371AC;
}
.AnyTagClassName
{
color: #4371AC;
}
</style>
background-color css
<style>
a { background-color: #4371AC; }
a { background-color: rgb(67,113,172); }
div.DivClassName
{
background-color: #4371AC;
}
.BgClassName
{
background-color: #4371AC;
}
</style>
border-color css
<style>
span { border-color: #4371AC; }
span { border-color: rgb(67,113,172); }
td.TdClassName
{
border-color: #4371AC;
}
.TagClassName
{
border-color: #4371AC;
}
</style>