Shades of Royal Blue #496FCD
Tints of Royal Blue #496FCD
RGB
CMYK
RGB Variations
Color information
#496FCD (or 0x496FCD) is known color: Royal Blue. HEX triplet: 49, 6F and CD. RGB value is (73,111,205). Sum of RGB (Red+Green+Blue) = 73+111+205=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #496FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FCD is #B69032. Grayscale: #6D6D6D. Windows color (decimal): -11964467 or 13463369. OLE color: 13463369.
HSL color Cylindrical-coordinate representation of color #496FCD: hue angle of 222.73º 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 #496FCD is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 111 | 205 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.20 |
| HSL | 222.73º | 0.57% | 0.55% | - |
| HSV(B) | 222.73º | 0.64% | 0.8% | - |
| XYZ | 19.45 | 17.19 | 60.05 | - |
| YUV | 110.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 205 | 0.64 | 0.46 | 0 | 0.20 | 222.73 | 0.57 | 0.55 |
| Hex | 49 | 6F | CD | 40 | 2E | 0 | 14 | DF | 39 | 37 |
| Octal | 111 | 157 | 315 | 100 | 56 | 0 | 24 | 337 | 71 | 67 |
| Binary | 1001001 | 1101111 | 11001101 | 1000000 | 101110 | 0 | 10100 | 11011111 | 111001 | 110111 |
Color Harmonies of #496FCD
Complementary color
Monochromatic Colors of #496FCD
Black with #496FCD
Text Example
Text Example
White with #496FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FCD; }
p { color: rgb(73,111,205); }
H1.HeaderClassName
{
color: #496FCD;
}
.AnyTagClassName
{
color: #496FCD;
}
</style>
background-color css
<style>
a { background-color: #496FCD; }
a { background-color: rgb(73,111,205); }
div.DivClassName
{
background-color: #496FCD;
}
.BgClassName
{
background-color: #496FCD;
}
</style>
border-color css
<style>
span { border-color: #496FCD; }
span { border-color: rgb(73,111,205); }
td.TdClassName
{
border-color: #496FCD;
}
.TagClassName
{
border-color: #496FCD;
}
</style>