Shades of Royal Blue #496DD5
Tints of Royal Blue #496DD5
RGB
CMYK
RGB Variations
Color information
#496DD5 (or 0x496DD5) is known color: Royal Blue. HEX triplet: 49, 6D and D5. RGB value is (73,109,213). Sum of RGB (Red+Green+Blue) = 73+109+213=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #496DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DD5 is #B6922A. Grayscale: #6D6D6D. Windows color (decimal): -11964971 or 13987145. OLE color: 13987145.
HSL color Cylindrical-coordinate representation of color #496DD5: hue angle of 224.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #496DD5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 109 | 213 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.16 |
| HSL | 224.57º | 0.63% | 0.56% | - |
| HSV(B) | 224.57º | 0.66% | 0.84% | - |
| XYZ | 20.23 | 17.16 | 65.2 | - |
| YUV | 110.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 213 | 0.66 | 0.49 | 0 | 0.16 | 224.57 | 0.63 | 0.56 |
| Hex | 49 | 6D | D5 | 42 | 31 | 0 | 10 | E1 | 3E | 38 |
| Octal | 111 | 155 | 325 | 102 | 61 | 0 | 20 | 341 | 76 | 70 |
| Binary | 1001001 | 1101101 | 11010101 | 1000010 | 110001 | 0 | 10000 | 11100001 | 111110 | 111000 |
Color Harmonies of #496DD5
Complementary color
Monochromatic Colors of #496DD5
Black with #496DD5
Text Example
Text Example
White with #496DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DD5; }
p { color: rgb(73,109,213); }
H1.HeaderClassName
{
color: #496DD5;
}
.AnyTagClassName
{
color: #496DD5;
}
</style>
background-color css
<style>
a { background-color: #496DD5; }
a { background-color: rgb(73,109,213); }
div.DivClassName
{
background-color: #496DD5;
}
.BgClassName
{
background-color: #496DD5;
}
</style>
border-color css
<style>
span { border-color: #496DD5; }
span { border-color: rgb(73,109,213); }
td.TdClassName
{
border-color: #496DD5;
}
.TagClassName
{
border-color: #496DD5;
}
</style>