Shades of San Marino #4570AA
Tints of San Marino #4570AA
RGB
CMYK
RGB Variations
Color information
#4570AA (or 0x4570AA) is known color: San Marino. HEX triplet: 45, 70 and AA. RGB value is (69,112,170). Sum of RGB (Red+Green+Blue) = 69+112+170=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #4570AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4570AA is #BA8F55. Grayscale: #696969. Windows color (decimal): -12226390 or 11169861. OLE color: 11169861.
HSL color Cylindrical-coordinate representation of color #4570AA: hue angle of 214.46º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4570AA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 112 | 170 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.33 |
| HSL | 214.46º | 0.42% | 0.47% | - |
| HSV(B) | 214.46º | 0.59% | 0.67% | - |
| XYZ | 15.5 | 15.76 | 40.25 | - |
| YUV | 105.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 170 | 0.59 | 0.34 | 0 | 0.33 | 214.46 | 0.42 | 0.47 |
| Hex | 45 | 70 | AA | 3B | 22 | 0 | 21 | D6 | 2A | 2F |
| Octal | 105 | 160 | 252 | 73 | 42 | 0 | 41 | 326 | 52 | 57 |
| Binary | 1000101 | 1110000 | 10101010 | 111011 | 100010 | 0 | 100001 | 11010110 | 101010 | 101111 |
Color Harmonies of #4570AA
Complementary color
Monochromatic Colors of #4570AA
Black with #4570AA
Text Example
Text Example
White with #4570AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570AA; }
p { color: rgb(69,112,170); }
H1.HeaderClassName
{
color: #4570AA;
}
.AnyTagClassName
{
color: #4570AA;
}
</style>
background-color css
<style>
a { background-color: #4570AA; }
a { background-color: rgb(69,112,170); }
div.DivClassName
{
background-color: #4570AA;
}
.BgClassName
{
background-color: #4570AA;
}
</style>
border-color css
<style>
span { border-color: #4570AA; }
span { border-color: rgb(69,112,170); }
td.TdClassName
{
border-color: #4570AA;
}
.TagClassName
{
border-color: #4570AA;
}
</style>