Shades of San Marino #4571A2
Tints of San Marino #4571A2
RGB
CMYK
RGB Variations
Color information
#4571A2 (or 0x4571A2) is known color: San Marino. HEX triplet: 45, 71 and A2. RGB value is (69,113,162). Sum of RGB (Red+Green+Blue) = 69+113+162=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #4571A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4571A2 is #BA8E5D. Grayscale: #696969. Windows color (decimal): -12226142 or 10645829. OLE color: 10645829.
HSL color Cylindrical-coordinate representation of color #4571A2: hue angle of 211.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4571A2 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 113 | 162 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.36 |
| HSL | 211.61º | 0.4% | 0.45% | - |
| HSV(B) | 211.61º | 0.57% | 0.64% | - |
| XYZ | 14.88 | 15.68 | 36.43 | - |
| YUV | 105.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 162 | 0.57 | 0.30 | 0 | 0.36 | 211.61 | 0.4 | 0.45 |
| Hex | 45 | 71 | A2 | 39 | 1E | 0 | 24 | D4 | 28 | 2D |
| Octal | 105 | 161 | 242 | 71 | 36 | 0 | 44 | 324 | 50 | 55 |
| Binary | 1000101 | 1110001 | 10100010 | 111001 | 11110 | 0 | 100100 | 11010100 | 101000 | 101101 |
Color Harmonies of #4571A2
Complementary color
Monochromatic Colors of #4571A2
Black with #4571A2
Text Example
Text Example
White with #4571A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4571A2; }
p { color: rgb(69,113,162); }
H1.HeaderClassName
{
color: #4571A2;
}
.AnyTagClassName
{
color: #4571A2;
}
</style>
background-color css
<style>
a { background-color: #4571A2; }
a { background-color: rgb(69,113,162); }
div.DivClassName
{
background-color: #4571A2;
}
.BgClassName
{
background-color: #4571A2;
}
</style>
border-color css
<style>
span { border-color: #4571A2; }
span { border-color: rgb(69,113,162); }
td.TdClassName
{
border-color: #4571A2;
}
.TagClassName
{
border-color: #4571A2;
}
</style>