Shades of San Marino #466999
Tints of San Marino #466999
RGB
CMYK
RGB Variations
Color information
#466999 (or 0x466999) is known color: San Marino. HEX triplet: 46, 69 and 99. RGB value is (70,105,153). Sum of RGB (Red+Green+Blue) = 70+105+153=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #466999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466999 is #B99666. Grayscale: #636363. Windows color (decimal): -12162663 or 10053958. OLE color: 10053958.
HSL color Cylindrical-coordinate representation of color #466999: hue angle of 214.7º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466999 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 105 | 153 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.4 |
| HSL | 214.7º | 0.37% | 0.44% | - |
| HSV(B) | 214.7º | 0.54% | 0.6% | - |
| XYZ | 13.33 | 13.71 | 32.08 | - |
| YUV | 100.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 153 | 0.54 | 0.31 | 0 | 0.4 | 214.7 | 0.37 | 0.44 |
| Hex | 46 | 69 | 99 | 36 | 1F | 0 | 28 | D7 | 25 | 2C |
| Octal | 106 | 151 | 231 | 66 | 37 | 0 | 50 | 327 | 45 | 54 |
| Binary | 1000110 | 1101001 | 10011001 | 110110 | 11111 | 0 | 101000 | 11010111 | 100101 | 101100 |
Color Harmonies of #466999
Complementary color
Monochromatic Colors of #466999
Black with #466999
Text Example
Text Example
White with #466999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466999; }
p { color: rgb(70,105,153); }
H1.HeaderClassName
{
color: #466999;
}
.AnyTagClassName
{
color: #466999;
}
</style>
background-color css
<style>
a { background-color: #466999; }
a { background-color: rgb(70,105,153); }
div.DivClassName
{
background-color: #466999;
}
.BgClassName
{
background-color: #466999;
}
</style>
border-color css
<style>
span { border-color: #466999; }
span { border-color: rgb(70,105,153); }
td.TdClassName
{
border-color: #466999;
}
.TagClassName
{
border-color: #466999;
}
</style>