Shades of San Marino #496CB3
Tints of San Marino #496CB3
RGB
CMYK
RGB Variations
Color information
#496CB3 (or 0x496CB3) is known color: San Marino. HEX triplet: 49, 6C and B3. RGB value is (73,108,179). Sum of RGB (Red+Green+Blue) = 73+108+179=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #496CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CB3 is #B6934C. Grayscale: #696969. Windows color (decimal): -11965261 or 11758665. OLE color: 11758665.
HSL color Cylindrical-coordinate representation of color #496CB3: hue angle of 220.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496CB3 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 108 | 179 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.30 |
| HSL | 220.19º | 0.42% | 0.49% | - |
| HSV(B) | 220.19º | 0.59% | 0.7% | - |
| XYZ | 16.25 | 15.4 | 44.76 | - |
| YUV | 105.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 179 | 0.59 | 0.40 | 0 | 0.30 | 220.19 | 0.42 | 0.49 |
| Hex | 49 | 6C | B3 | 3B | 28 | 0 | 1E | DC | 2A | 31 |
| Octal | 111 | 154 | 263 | 73 | 50 | 0 | 36 | 334 | 52 | 61 |
| Binary | 1001001 | 1101100 | 10110011 | 111011 | 101000 | 0 | 11110 | 11011100 | 101010 | 110001 |
Color Harmonies of #496CB3
Complementary color
Monochromatic Colors of #496CB3
Black with #496CB3
Text Example
Text Example
White with #496CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CB3; }
p { color: rgb(73,108,179); }
H1.HeaderClassName
{
color: #496CB3;
}
.AnyTagClassName
{
color: #496CB3;
}
</style>
background-color css
<style>
a { background-color: #496CB3; }
a { background-color: rgb(73,108,179); }
div.DivClassName
{
background-color: #496CB3;
}
.BgClassName
{
background-color: #496CB3;
}
</style>
border-color css
<style>
span { border-color: #496CB3; }
span { border-color: rgb(73,108,179); }
td.TdClassName
{
border-color: #496CB3;
}
.TagClassName
{
border-color: #496CB3;
}
</style>