Shades of Royal Blue #496DD4
Tints of Royal Blue #496DD4
RGB
CMYK
RGB Variations
Color information
#496DD4 (or 0x496DD4) is known color: Royal Blue. HEX triplet: 49, 6D and D4. RGB value is (73,109,212). Sum of RGB (Red+Green+Blue) = 73+109+212=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #496DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DD4 is #B6922B. Grayscale: #6D6D6D. Windows color (decimal): -11964972 or 13921609. OLE color: 13921609.
HSL color Cylindrical-coordinate representation of color #496DD4: hue angle of 224.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #496DD4 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 109 | 212 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.17 |
| HSL | 224.46º | 0.62% | 0.56% | - |
| HSV(B) | 224.46º | 0.66% | 0.83% | - |
| XYZ | 20.1 | 17.11 | 64.53 | - |
| YUV | 109.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 212 | 0.66 | 0.49 | 0 | 0.17 | 224.46 | 0.62 | 0.56 |
| Hex | 49 | 6D | D4 | 42 | 31 | 0 | 11 | E0 | 3E | 38 |
| Octal | 111 | 155 | 324 | 102 | 61 | 0 | 21 | 340 | 76 | 70 |
| Binary | 1001001 | 1101101 | 11010100 | 1000010 | 110001 | 0 | 10001 | 11100000 | 111110 | 111000 |
Color Harmonies of #496DD4
Complementary color
Monochromatic Colors of #496DD4
Black with #496DD4
Text Example
Text Example
White with #496DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DD4; }
p { color: rgb(73,109,212); }
H1.HeaderClassName
{
color: #496DD4;
}
.AnyTagClassName
{
color: #496DD4;
}
</style>
background-color css
<style>
a { background-color: #496DD4; }
a { background-color: rgb(73,109,212); }
div.DivClassName
{
background-color: #496DD4;
}
.BgClassName
{
background-color: #496DD4;
}
</style>
border-color css
<style>
span { border-color: #496DD4; }
span { border-color: rgb(73,109,212); }
td.TdClassName
{
border-color: #496DD4;
}
.TagClassName
{
border-color: #496DD4;
}
</style>