Shades of San Marino #466A94
Tints of San Marino #466A94
RGB
CMYK
RGB Variations
Color information
#466A94 (or 0x466A94) is known color: San Marino. HEX triplet: 46, 6A and 94. RGB value is (70,106,148). Sum of RGB (Red+Green+Blue) = 70+106+148=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #466A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A94 is #B9956B. Grayscale: #636363. Windows color (decimal): -12162412 or 9726534. OLE color: 9726534.
HSL color Cylindrical-coordinate representation of color #466A94: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466A94 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 106 | 148 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.42 |
| HSL | 212.31º | 0.36% | 0.43% | - |
| HSV(B) | 212.31º | 0.53% | 0.58% | - |
| XYZ | 13.03 | 13.75 | 29.98 | - |
| YUV | 100.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 148 | 0.53 | 0.28 | 0 | 0.42 | 212.31 | 0.36 | 0.43 |
| Hex | 46 | 6A | 94 | 35 | 1C | 0 | 2A | D4 | 24 | 2B |
| Octal | 106 | 152 | 224 | 65 | 34 | 0 | 52 | 324 | 44 | 53 |
| Binary | 1000110 | 1101010 | 10010100 | 110101 | 11100 | 0 | 101010 | 11010100 | 100100 | 101011 |
Color Harmonies of #466A94
Complementary color
Monochromatic Colors of #466A94
Black with #466A94
Text Example
Text Example
White with #466A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A94; }
p { color: rgb(70,106,148); }
H1.HeaderClassName
{
color: #466A94;
}
.AnyTagClassName
{
color: #466A94;
}
</style>
background-color css
<style>
a { background-color: #466A94; }
a { background-color: rgb(70,106,148); }
div.DivClassName
{
background-color: #466A94;
}
.BgClassName
{
background-color: #466A94;
}
</style>
border-color css
<style>
span { border-color: #466A94; }
span { border-color: rgb(70,106,148); }
td.TdClassName
{
border-color: #466A94;
}
.TagClassName
{
border-color: #466A94;
}
</style>