Shades of Royal Blue #496CDA
Tints of Royal Blue #496CDA
RGB
CMYK
RGB Variations
Color information
#496CDA (or 0x496CDA) is known color: Royal Blue. HEX triplet: 49, 6C and DA. RGB value is (73,108,218). Sum of RGB (Red+Green+Blue) = 73+108+218=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #496CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CDA is #B69325. Grayscale: #6D6D6D. Windows color (decimal): -11965222 or 14314569. OLE color: 14314569.
HSL color Cylindrical-coordinate representation of color #496CDA: hue angle of 225.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496CDA is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 108 | 218 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.15 |
| HSL | 225.52º | 0.66% | 0.57% | - |
| HSV(B) | 225.52º | 0.67% | 0.85% | - |
| XYZ | 20.77 | 17.2 | 68.56 | - |
| YUV | 110.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 218 | 0.67 | 0.50 | 0 | 0.15 | 225.52 | 0.66 | 0.57 |
| Hex | 49 | 6C | DA | 43 | 32 | 0 | F | E2 | 42 | 39 |
| Octal | 111 | 154 | 332 | 103 | 62 | 0 | 17 | 342 | 102 | 71 |
| Binary | 1001001 | 1101100 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100010 | 1000010 | 111001 |
Color Harmonies of #496CDA
Complementary color
Monochromatic Colors of #496CDA
Black with #496CDA
Text Example
Text Example
White with #496CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CDA; }
p { color: rgb(73,108,218); }
H1.HeaderClassName
{
color: #496CDA;
}
.AnyTagClassName
{
color: #496CDA;
}
</style>
background-color css
<style>
a { background-color: #496CDA; }
a { background-color: rgb(73,108,218); }
div.DivClassName
{
background-color: #496CDA;
}
.BgClassName
{
background-color: #496CDA;
}
</style>
border-color css
<style>
span { border-color: #496CDA; }
span { border-color: rgb(73,108,218); }
td.TdClassName
{
border-color: #496CDA;
}
.TagClassName
{
border-color: #496CDA;
}
</style>