Shades of Royal Blue #496ACD
Tints of Royal Blue #496ACD
RGB
CMYK
RGB Variations
Color information
#496ACD (or 0x496ACD) is known color: Royal Blue. HEX triplet: 49, 6A and CD. RGB value is (73,106,205). Sum of RGB (Red+Green+Blue) = 73+106+205=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #496ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ACD is #B69532. Grayscale: #6A6A6A. Windows color (decimal): -11965747 or 13462089. OLE color: 13462089.
HSL color Cylindrical-coordinate representation of color #496ACD: hue angle of 225º 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 #496ACD is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 106 | 205 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.20 |
| HSL | 225º | 0.57% | 0.55% | - |
| HSV(B) | 225º | 0.64% | 0.8% | - |
| XYZ | 18.92 | 16.13 | 59.87 | - |
| YUV | 107.42 | 183.07 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 205 | 0.64 | 0.48 | 0 | 0.20 | 225 | 0.57 | 0.55 |
| Hex | 49 | 6A | CD | 40 | 30 | 0 | 14 | E1 | 39 | 37 |
| Octal | 111 | 152 | 315 | 100 | 60 | 0 | 24 | 341 | 71 | 67 |
| Binary | 1001001 | 1101010 | 11001101 | 1000000 | 110000 | 0 | 10100 | 11100001 | 111001 | 110111 |
Color Harmonies of #496ACD
Complementary color
Monochromatic Colors of #496ACD
Black with #496ACD
Text Example
Text Example
White with #496ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ACD; }
p { color: rgb(73,106,205); }
H1.HeaderClassName
{
color: #496ACD;
}
.AnyTagClassName
{
color: #496ACD;
}
</style>
background-color css
<style>
a { background-color: #496ACD; }
a { background-color: rgb(73,106,205); }
div.DivClassName
{
background-color: #496ACD;
}
.BgClassName
{
background-color: #496ACD;
}
</style>
border-color css
<style>
span { border-color: #496ACD; }
span { border-color: rgb(73,106,205); }
td.TdClassName
{
border-color: #496ACD;
}
.TagClassName
{
border-color: #496ACD;
}
</style>