Shades of San Marino #466D98
Tints of San Marino #466D98
RGB
CMYK
RGB Variations
Color information
#466D98 (or 0x466D98) is known color: San Marino. HEX triplet: 46, 6D and 98. RGB value is (70,109,152). Sum of RGB (Red+Green+Blue) = 70+109+152=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #466D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D98 is #B99267. Grayscale: #666666. Windows color (decimal): -12161640 or 9989446. OLE color: 9989446.
HSL color Cylindrical-coordinate representation of color #466D98: hue angle of 211.46º 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 #466D98 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 109 | 152 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.40 |
| HSL | 211.46º | 0.37% | 0.44% | - |
| HSV(B) | 211.46º | 0.54% | 0.6% | - |
| XYZ | 13.66 | 14.51 | 31.79 | - |
| YUV | 102.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 152 | 0.54 | 0.28 | 0 | 0.40 | 211.46 | 0.37 | 0.44 |
| Hex | 46 | 6D | 98 | 36 | 1C | 0 | 28 | D3 | 25 | 2C |
| Octal | 106 | 155 | 230 | 66 | 34 | 0 | 50 | 323 | 45 | 54 |
| Binary | 1000110 | 1101101 | 10011000 | 110110 | 11100 | 0 | 101000 | 11010011 | 100101 | 101100 |
Color Harmonies of #466D98
Complementary color
Monochromatic Colors of #466D98
Black with #466D98
Text Example
Text Example
White with #466D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D98; }
p { color: rgb(70,109,152); }
H1.HeaderClassName
{
color: #466D98;
}
.AnyTagClassName
{
color: #466D98;
}
</style>
background-color css
<style>
a { background-color: #466D98; }
a { background-color: rgb(70,109,152); }
div.DivClassName
{
background-color: #466D98;
}
.BgClassName
{
background-color: #466D98;
}
</style>
border-color css
<style>
span { border-color: #466D98; }
span { border-color: rgb(70,109,152); }
td.TdClassName
{
border-color: #466D98;
}
.TagClassName
{
border-color: #466D98;
}
</style>