Shades of Royal Blue #496CCD
Tints of Royal Blue #496CCD
RGB
CMYK
RGB Variations
Color information
#496CCD (or 0x496CCD) is known color: Royal Blue. HEX triplet: 49, 6C and CD. RGB value is (73,108,205). Sum of RGB (Red+Green+Blue) = 73+108+205=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #496CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CCD is #B69332. Grayscale: #6C6C6C. Windows color (decimal): -11965235 or 13462601. OLE color: 13462601.
HSL color Cylindrical-coordinate representation of color #496CCD: hue angle of 224.09º 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 #496CCD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 108 | 205 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.20 |
| HSL | 224.09º | 0.57% | 0.55% | - |
| HSV(B) | 224.09º | 0.64% | 0.8% | - |
| XYZ | 19.13 | 16.55 | 59.94 | - |
| YUV | 108.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 205 | 0.64 | 0.47 | 0 | 0.20 | 224.09 | 0.57 | 0.55 |
| Hex | 49 | 6C | CD | 40 | 2F | 0 | 14 | E0 | 39 | 37 |
| Octal | 111 | 154 | 315 | 100 | 57 | 0 | 24 | 340 | 71 | 67 |
| Binary | 1001001 | 1101100 | 11001101 | 1000000 | 101111 | 0 | 10100 | 11100000 | 111001 | 110111 |
Color Harmonies of #496CCD
Complementary color
Monochromatic Colors of #496CCD
Black with #496CCD
Text Example
Text Example
White with #496CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CCD; }
p { color: rgb(73,108,205); }
H1.HeaderClassName
{
color: #496CCD;
}
.AnyTagClassName
{
color: #496CCD;
}
</style>
background-color css
<style>
a { background-color: #496CCD; }
a { background-color: rgb(73,108,205); }
div.DivClassName
{
background-color: #496CCD;
}
.BgClassName
{
background-color: #496CCD;
}
</style>
border-color css
<style>
span { border-color: #496CCD; }
span { border-color: rgb(73,108,205); }
td.TdClassName
{
border-color: #496CCD;
}
.TagClassName
{
border-color: #496CCD;
}
</style>