Shades of San Marino #4270A0
Tints of San Marino #4270A0
RGB
CMYK
RGB Variations
Color information
#4270A0 (or 0x4270A0) is known color: San Marino. HEX triplet: 42, 70 and A0. RGB value is (66,112,160). Sum of RGB (Red+Green+Blue) = 66+112+160=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #4270A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4270A0 is #BD8F5F. Grayscale: #676767. Windows color (decimal): -12423008 or 10514498. OLE color: 10514498.
HSL color Cylindrical-coordinate representation of color #4270A0: hue angle of 210.64º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4270A0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 112 | 160 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.37 |
| HSL | 210.64º | 0.42% | 0.44% | - |
| HSV(B) | 210.64º | 0.59% | 0.63% | - |
| XYZ | 14.39 | 15.28 | 35.45 | - |
| YUV | 103.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 160 | 0.59 | 0.30 | 0 | 0.37 | 210.64 | 0.42 | 0.44 |
| Hex | 42 | 70 | A0 | 3B | 1E | 0 | 25 | D3 | 2A | 2C |
| Octal | 102 | 160 | 240 | 73 | 36 | 0 | 45 | 323 | 52 | 54 |
| Binary | 1000010 | 1110000 | 10100000 | 111011 | 11110 | 0 | 100101 | 11010011 | 101010 | 101100 |
Color Harmonies of #4270A0
Complementary color
Monochromatic Colors of #4270A0
Black with #4270A0
Text Example
Text Example
White with #4270A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4270A0; }
p { color: rgb(66,112,160); }
H1.HeaderClassName
{
color: #4270A0;
}
.AnyTagClassName
{
color: #4270A0;
}
</style>
background-color css
<style>
a { background-color: #4270A0; }
a { background-color: rgb(66,112,160); }
div.DivClassName
{
background-color: #4270A0;
}
.BgClassName
{
background-color: #4270A0;
}
</style>
border-color css
<style>
span { border-color: #4270A0; }
span { border-color: rgb(66,112,160); }
td.TdClassName
{
border-color: #4270A0;
}
.TagClassName
{
border-color: #4270A0;
}
</style>