Shades of San Marino #496A9D
Tints of San Marino #496A9D
RGB
CMYK
RGB Variations
Color information
#496A9D (or 0x496A9D) is known color: San Marino. HEX triplet: 49, 6A and 9D. RGB value is (73,106,157). Sum of RGB (Red+Green+Blue) = 73+106+157=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #496A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A9D is #B69562. Grayscale: #656565. Windows color (decimal): -11965795 or 10316361. OLE color: 10316361.
HSL color Cylindrical-coordinate representation of color #496A9D: hue angle of 216.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496A9D is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 106 | 157 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.38 |
| HSL | 216.43º | 0.37% | 0.45% | - |
| HSV(B) | 216.43º | 0.54% | 0.62% | - |
| XYZ | 13.99 | 14.16 | 33.89 | - |
| YUV | 101.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 157 | 0.54 | 0.32 | 0 | 0.38 | 216.43 | 0.37 | 0.45 |
| Hex | 49 | 6A | 9D | 36 | 20 | 0 | 26 | D8 | 25 | 2D |
| Octal | 111 | 152 | 235 | 66 | 40 | 0 | 46 | 330 | 45 | 55 |
| Binary | 1001001 | 1101010 | 10011101 | 110110 | 100000 | 0 | 100110 | 11011000 | 100101 | 101101 |
Color Harmonies of #496A9D
Complementary color
Monochromatic Colors of #496A9D
Black with #496A9D
Text Example
Text Example
White with #496A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A9D; }
p { color: rgb(73,106,157); }
H1.HeaderClassName
{
color: #496A9D;
}
.AnyTagClassName
{
color: #496A9D;
}
</style>
background-color css
<style>
a { background-color: #496A9D; }
a { background-color: rgb(73,106,157); }
div.DivClassName
{
background-color: #496A9D;
}
.BgClassName
{
background-color: #496A9D;
}
</style>
border-color css
<style>
span { border-color: #496A9D; }
span { border-color: rgb(73,106,157); }
td.TdClassName
{
border-color: #496A9D;
}
.TagClassName
{
border-color: #496A9D;
}
</style>