Shades of San Marino #466DAA
Tints of San Marino #466DAA
RGB
CMYK
RGB Variations
Color information
#466DAA (or 0x466DAA) is known color: San Marino. HEX triplet: 46, 6D and AA. RGB value is (70,109,170). Sum of RGB (Red+Green+Blue) = 70+109+170=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #466DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAA is #B99255. Grayscale: #686868. Windows color (decimal): -12161622 or 11169094. OLE color: 11169094.
HSL color Cylindrical-coordinate representation of color #466DAA: hue angle of 216.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466DAA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 109 | 170 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.33 |
| HSL | 216.6º | 0.42% | 0.47% | - |
| HSV(B) | 216.6º | 0.59% | 0.67% | - |
| XYZ | 15.25 | 15.14 | 40.15 | - |
| YUV | 104.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 170 | 0.59 | 0.36 | 0 | 0.33 | 216.6 | 0.42 | 0.47 |
| Hex | 46 | 6D | AA | 3B | 24 | 0 | 21 | D9 | 2A | 2F |
| Octal | 106 | 155 | 252 | 73 | 44 | 0 | 41 | 331 | 52 | 57 |
| Binary | 1000110 | 1101101 | 10101010 | 111011 | 100100 | 0 | 100001 | 11011001 | 101010 | 101111 |
Color Harmonies of #466DAA
Complementary color
Monochromatic Colors of #466DAA
Black with #466DAA
Text Example
Text Example
White with #466DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DAA; }
p { color: rgb(70,109,170); }
H1.HeaderClassName
{
color: #466DAA;
}
.AnyTagClassName
{
color: #466DAA;
}
</style>
background-color css
<style>
a { background-color: #466DAA; }
a { background-color: rgb(70,109,170); }
div.DivClassName
{
background-color: #466DAA;
}
.BgClassName
{
background-color: #466DAA;
}
</style>
border-color css
<style>
span { border-color: #466DAA; }
span { border-color: rgb(70,109,170); }
td.TdClassName
{
border-color: #466DAA;
}
.TagClassName
{
border-color: #466DAA;
}
</style>