Shades of San Marino #4670A9
Tints of San Marino #4670A9
RGB
CMYK
RGB Variations
Color information
#4670A9 (or 0x4670A9) is known color: San Marino. HEX triplet: 46, 70 and A9. RGB value is (70,112,169). Sum of RGB (Red+Green+Blue) = 70+112+169=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #4670A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4670A9 is #B98F56. Grayscale: #696969. Windows color (decimal): -12160855 or 11104326. OLE color: 11104326.
HSL color Cylindrical-coordinate representation of color #4670A9: hue angle of 214.55º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4670A9 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 112 | 169 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.34 |
| HSL | 214.55º | 0.41% | 0.47% | - |
| HSV(B) | 214.55º | 0.59% | 0.66% | - |
| XYZ | 15.48 | 15.76 | 39.76 | - |
| YUV | 105.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 169 | 0.59 | 0.34 | 0 | 0.34 | 214.55 | 0.41 | 0.47 |
| Hex | 46 | 70 | A9 | 3B | 22 | 0 | 22 | D7 | 29 | 2F |
| Octal | 106 | 160 | 251 | 73 | 42 | 0 | 42 | 327 | 51 | 57 |
| Binary | 1000110 | 1110000 | 10101001 | 111011 | 100010 | 0 | 100010 | 11010111 | 101001 | 101111 |
Color Harmonies of #4670A9
Complementary color
Monochromatic Colors of #4670A9
Black with #4670A9
Text Example
Text Example
White with #4670A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4670A9; }
p { color: rgb(70,112,169); }
H1.HeaderClassName
{
color: #4670A9;
}
.AnyTagClassName
{
color: #4670A9;
}
</style>
background-color css
<style>
a { background-color: #4670A9; }
a { background-color: rgb(70,112,169); }
div.DivClassName
{
background-color: #4670A9;
}
.BgClassName
{
background-color: #4670A9;
}
</style>
border-color css
<style>
span { border-color: #4670A9; }
span { border-color: rgb(70,112,169); }
td.TdClassName
{
border-color: #4670A9;
}
.TagClassName
{
border-color: #4670A9;
}
</style>