Shades of Royal Blue #496DCD
Tints of Royal Blue #496DCD
RGB
CMYK
RGB Variations
Color information
#496DCD (or 0x496DCD) is known color: Royal Blue. HEX triplet: 49, 6D and CD. RGB value is (73,109,205). Sum of RGB (Red+Green+Blue) = 73+109+205=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #496DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DCD is #B69232. Grayscale: #6C6C6C. Windows color (decimal): -11964979 or 13462857. OLE color: 13462857.
HSL color Cylindrical-coordinate representation of color #496DCD: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496DCD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 109 | 205 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.20 |
| HSL | 223.64º | 0.57% | 0.55% | - |
| HSV(B) | 223.64º | 0.64% | 0.8% | - |
| XYZ | 19.24 | 16.76 | 59.98 | - |
| YUV | 109.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 205 | 0.64 | 0.47 | 0 | 0.20 | 223.64 | 0.57 | 0.55 |
| Hex | 49 | 6D | CD | 40 | 2F | 0 | 14 | E0 | 39 | 37 |
| Octal | 111 | 155 | 315 | 100 | 57 | 0 | 24 | 340 | 71 | 67 |
| Binary | 1001001 | 1101101 | 11001101 | 1000000 | 101111 | 0 | 10100 | 11100000 | 111001 | 110111 |
Color Harmonies of #496DCD
Complementary color
Monochromatic Colors of #496DCD
Black with #496DCD
Text Example
Text Example
White with #496DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DCD; }
p { color: rgb(73,109,205); }
H1.HeaderClassName
{
color: #496DCD;
}
.AnyTagClassName
{
color: #496DCD;
}
</style>
background-color css
<style>
a { background-color: #496DCD; }
a { background-color: rgb(73,109,205); }
div.DivClassName
{
background-color: #496DCD;
}
.BgClassName
{
background-color: #496DCD;
}
</style>
border-color css
<style>
span { border-color: #496DCD; }
span { border-color: rgb(73,109,205); }
td.TdClassName
{
border-color: #496DCD;
}
.TagClassName
{
border-color: #496DCD;
}
</style>