Shades of San Marino #496FA4
Tints of San Marino #496FA4
RGB
CMYK
RGB Variations
Color information
#496FA4 (or 0x496FA4) is known color: San Marino. HEX triplet: 49, 6F and A4. RGB value is (73,111,164). Sum of RGB (Red+Green+Blue) = 73+111+164=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #496FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496FA4 is #B6905B. Grayscale: #696969. Windows color (decimal): -11964508 or 10776393. OLE color: 10776393.
HSL color Cylindrical-coordinate representation of color #496FA4: hue angle of 214.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #496FA4 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 111 | 164 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.36 |
| HSL | 214.95º | 0.38% | 0.46% | - |
| HSV(B) | 214.95º | 0.55% | 0.64% | - |
| XYZ | 15.13 | 15.47 | 37.31 | - |
| YUV | 105.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 164 | 0.55 | 0.32 | 0 | 0.36 | 214.95 | 0.38 | 0.46 |
| Hex | 49 | 6F | A4 | 37 | 20 | 0 | 24 | D7 | 26 | 2E |
| Octal | 111 | 157 | 244 | 67 | 40 | 0 | 44 | 327 | 46 | 56 |
| Binary | 1001001 | 1101111 | 10100100 | 110111 | 100000 | 0 | 100100 | 11010111 | 100110 | 101110 |
Color Harmonies of #496FA4
Complementary color
Monochromatic Colors of #496FA4
Black with #496FA4
Text Example
Text Example
White with #496FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FA4; }
p { color: rgb(73,111,164); }
H1.HeaderClassName
{
color: #496FA4;
}
.AnyTagClassName
{
color: #496FA4;
}
</style>
background-color css
<style>
a { background-color: #496FA4; }
a { background-color: rgb(73,111,164); }
div.DivClassName
{
background-color: #496FA4;
}
.BgClassName
{
background-color: #496FA4;
}
</style>
border-color css
<style>
span { border-color: #496FA4; }
span { border-color: rgb(73,111,164); }
td.TdClassName
{
border-color: #496FA4;
}
.TagClassName
{
border-color: #496FA4;
}
</style>