Shades of Royal Blue #496CDE
Tints of Royal Blue #496CDE
RGB
CMYK
RGB Variations
Color information
#496CDE (or 0x496CDE) is known color: Royal Blue. HEX triplet: 49, 6C and DE. RGB value is (73,108,222). Sum of RGB (Red+Green+Blue) = 73+108+222=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #496CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CDE is #B69321. Grayscale: #6E6E6E. Windows color (decimal): -11965218 or 14576713. OLE color: 14576713.
HSL color Cylindrical-coordinate representation of color #496CDE: hue angle of 225.91º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496CDE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 108 | 222 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.13 |
| HSL | 225.91º | 0.69% | 0.58% | - |
| HSV(B) | 225.91º | 0.67% | 0.87% | - |
| XYZ | 21.3 | 17.42 | 71.35 | - |
| YUV | 110.53 | 190.9 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 222 | 0.67 | 0.51 | 0 | 0.13 | 225.91 | 0.69 | 0.58 |
| Hex | 49 | 6C | DE | 43 | 33 | 0 | D | E2 | 45 | 3A |
| Octal | 111 | 154 | 336 | 103 | 63 | 0 | 15 | 342 | 105 | 72 |
| Binary | 1001001 | 1101100 | 11011110 | 1000011 | 110011 | 0 | 1101 | 11100010 | 1000101 | 111010 |
Color Harmonies of #496CDE
Complementary color
Monochromatic Colors of #496CDE
Black with #496CDE
Text Example
Text Example
White with #496CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CDE; }
p { color: rgb(73,108,222); }
H1.HeaderClassName
{
color: #496CDE;
}
.AnyTagClassName
{
color: #496CDE;
}
</style>
background-color css
<style>
a { background-color: #496CDE; }
a { background-color: rgb(73,108,222); }
div.DivClassName
{
background-color: #496CDE;
}
.BgClassName
{
background-color: #496CDE;
}
</style>
border-color css
<style>
span { border-color: #496CDE; }
span { border-color: rgb(73,108,222); }
td.TdClassName
{
border-color: #496CDE;
}
.TagClassName
{
border-color: #496CDE;
}
</style>