Shades of San Marino #496C94
Tints of San Marino #496C94
RGB
CMYK
RGB Variations
Color information
#496C94 (or 0x496C94) is known color: San Marino. HEX triplet: 49, 6C and 94. RGB value is (73,108,148). Sum of RGB (Red+Green+Blue) = 73+108+148=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #496C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C94 is #B6936B. Grayscale: #656565. Windows color (decimal): -11965292 or 9727049. OLE color: 9727049.
HSL color Cylindrical-coordinate representation of color #496C94: hue angle of 212º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496C94 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 108 | 148 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.42 |
| HSL | 212º | 0.34% | 0.43% | - |
| HSV(B) | 212º | 0.51% | 0.58% | - |
| XYZ | 13.46 | 14.28 | 30.06 | - |
| YUV | 102.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 148 | 0.51 | 0.27 | 0 | 0.42 | 212 | 0.34 | 0.43 |
| Hex | 49 | 6C | 94 | 33 | 1B | 0 | 2A | D4 | 22 | 2B |
| Octal | 111 | 154 | 224 | 63 | 33 | 0 | 52 | 324 | 42 | 53 |
| Binary | 1001001 | 1101100 | 10010100 | 110011 | 11011 | 0 | 101010 | 11010100 | 100010 | 101011 |
Color Harmonies of #496C94
Complementary color
Monochromatic Colors of #496C94
Black with #496C94
Text Example
Text Example
White with #496C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C94; }
p { color: rgb(73,108,148); }
H1.HeaderClassName
{
color: #496C94;
}
.AnyTagClassName
{
color: #496C94;
}
</style>
background-color css
<style>
a { background-color: #496C94; }
a { background-color: rgb(73,108,148); }
div.DivClassName
{
background-color: #496C94;
}
.BgClassName
{
background-color: #496C94;
}
</style>
border-color css
<style>
span { border-color: #496C94; }
span { border-color: rgb(73,108,148); }
td.TdClassName
{
border-color: #496C94;
}
.TagClassName
{
border-color: #496C94;
}
</style>