Shades of San Marino #466EAB
Tints of San Marino #466EAB
RGB
CMYK
RGB Variations
Color information
#466EAB (or 0x466EAB) is known color: San Marino. HEX triplet: 46, 6E and AB. RGB value is (70,110,171). Sum of RGB (Red+Green+Blue) = 70+110+171=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #466EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EAB is #B99154. Grayscale: #686868. Windows color (decimal): -12161365 or 11234886. OLE color: 11234886.
HSL color Cylindrical-coordinate representation of color #466EAB: hue angle of 216.24º 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 #466EAB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 110 | 171 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.33 |
| HSL | 216.24º | 0.42% | 0.47% | - |
| HSV(B) | 216.24º | 0.59% | 0.67% | - |
| XYZ | 15.45 | 15.39 | 40.69 | - |
| YUV | 104.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 171 | 0.59 | 0.36 | 0 | 0.33 | 216.24 | 0.42 | 0.47 |
| Hex | 46 | 6E | AB | 3B | 24 | 0 | 21 | D8 | 2A | 2F |
| Octal | 106 | 156 | 253 | 73 | 44 | 0 | 41 | 330 | 52 | 57 |
| Binary | 1000110 | 1101110 | 10101011 | 111011 | 100100 | 0 | 100001 | 11011000 | 101010 | 101111 |
Color Harmonies of #466EAB
Complementary color
Monochromatic Colors of #466EAB
Black with #466EAB
Text Example
Text Example
White with #466EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EAB; }
p { color: rgb(70,110,171); }
H1.HeaderClassName
{
color: #466EAB;
}
.AnyTagClassName
{
color: #466EAB;
}
</style>
background-color css
<style>
a { background-color: #466EAB; }
a { background-color: rgb(70,110,171); }
div.DivClassName
{
background-color: #466EAB;
}
.BgClassName
{
background-color: #466EAB;
}
</style>
border-color css
<style>
span { border-color: #466EAB; }
span { border-color: rgb(70,110,171); }
td.TdClassName
{
border-color: #466EAB;
}
.TagClassName
{
border-color: #466EAB;
}
</style>