Shades of San Marino #496DB8
Tints of San Marino #496DB8
RGB
CMYK
RGB Variations
Color information
#496DB8 (or 0x496DB8) is known color: San Marino. HEX triplet: 49, 6D and B8. RGB value is (73,109,184). Sum of RGB (Red+Green+Blue) = 73+109+184=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #496DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB8 is #B69247. Grayscale: #6A6A6A. Windows color (decimal): -11965000 or 12086601. OLE color: 12086601.
HSL color Cylindrical-coordinate representation of color #496DB8: hue angle of 220.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496DB8 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 109 | 184 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.28 |
| HSL | 220.54º | 0.44% | 0.5% | - |
| HSV(B) | 220.54º | 0.6% | 0.72% | - |
| XYZ | 16.87 | 15.81 | 47.51 | - |
| YUV | 106.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 184 | 0.60 | 0.41 | 0 | 0.28 | 220.54 | 0.44 | 0.5 |
| Hex | 49 | 6D | B8 | 3C | 29 | 0 | 1C | DD | 2C | 32 |
| Octal | 111 | 155 | 270 | 74 | 51 | 0 | 34 | 335 | 54 | 62 |
| Binary | 1001001 | 1101101 | 10111000 | 111100 | 101001 | 0 | 11100 | 11011101 | 101100 | 110010 |
Color Harmonies of #496DB8
Complementary color
Monochromatic Colors of #496DB8
Black with #496DB8
Text Example
Text Example
White with #496DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DB8; }
p { color: rgb(73,109,184); }
H1.HeaderClassName
{
color: #496DB8;
}
.AnyTagClassName
{
color: #496DB8;
}
</style>
background-color css
<style>
a { background-color: #496DB8; }
a { background-color: rgb(73,109,184); }
div.DivClassName
{
background-color: #496DB8;
}
.BgClassName
{
background-color: #496DB8;
}
</style>
border-color css
<style>
span { border-color: #496DB8; }
span { border-color: rgb(73,109,184); }
td.TdClassName
{
border-color: #496DB8;
}
.TagClassName
{
border-color: #496DB8;
}
</style>