Shades of San Marino #4470AB
Tints of San Marino #4470AB
RGB
CMYK
RGB Variations
Color information
#4470AB (or 0x4470AB) is known color: San Marino. HEX triplet: 44, 70 and AB. RGB value is (68,112,171). Sum of RGB (Red+Green+Blue) = 68+112+171=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #4470AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4470AB is #BB8F54. Grayscale: #696969. Windows color (decimal): -12291925 or 11235396. OLE color: 11235396.
HSL color Cylindrical-coordinate representation of color #4470AB: hue angle of 214.37º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4470AB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 112 | 171 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.33 |
| HSL | 214.37º | 0.43% | 0.47% | - |
| HSV(B) | 214.37º | 0.6% | 0.67% | - |
| XYZ | 15.53 | 15.76 | 40.75 | - |
| YUV | 105.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 171 | 0.60 | 0.35 | 0 | 0.33 | 214.37 | 0.43 | 0.47 |
| Hex | 44 | 70 | AB | 3C | 23 | 0 | 21 | D6 | 2B | 2F |
| Octal | 104 | 160 | 253 | 74 | 43 | 0 | 41 | 326 | 53 | 57 |
| Binary | 1000100 | 1110000 | 10101011 | 111100 | 100011 | 0 | 100001 | 11010110 | 101011 | 101111 |
Color Harmonies of #4470AB
Complementary color
Monochromatic Colors of #4470AB
Black with #4470AB
Text Example
Text Example
White with #4470AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4470AB; }
p { color: rgb(68,112,171); }
H1.HeaderClassName
{
color: #4470AB;
}
.AnyTagClassName
{
color: #4470AB;
}
</style>
background-color css
<style>
a { background-color: #4470AB; }
a { background-color: rgb(68,112,171); }
div.DivClassName
{
background-color: #4470AB;
}
.BgClassName
{
background-color: #4470AB;
}
</style>
border-color css
<style>
span { border-color: #4470AB; }
span { border-color: rgb(68,112,171); }
td.TdClassName
{
border-color: #4470AB;
}
.TagClassName
{
border-color: #4470AB;
}
</style>