Shades of Royal Blue #496FDC
Tints of Royal Blue #496FDC
RGB
CMYK
RGB Variations
Color information
#496FDC (or 0x496FDC) is known color: Royal Blue. HEX triplet: 49, 6F and DC. RGB value is (73,111,220). Sum of RGB (Red+Green+Blue) = 73+111+220=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #496FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FDC is #B69023. Grayscale: #6F6F6F. Windows color (decimal): -11964452 or 14446409. OLE color: 14446409.
HSL color Cylindrical-coordinate representation of color #496FDC: hue angle of 224.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496FDC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 111 | 220 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.14 |
| HSL | 224.49º | 0.68% | 0.57% | - |
| HSV(B) | 224.49º | 0.67% | 0.86% | - |
| XYZ | 21.35 | 17.95 | 70.05 | - |
| YUV | 112.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 220 | 0.67 | 0.50 | 0 | 0.14 | 224.49 | 0.68 | 0.57 |
| Hex | 49 | 6F | DC | 43 | 32 | 0 | E | E0 | 44 | 39 |
| Octal | 111 | 157 | 334 | 103 | 62 | 0 | 16 | 340 | 104 | 71 |
| Binary | 1001001 | 1101111 | 11011100 | 1000011 | 110010 | 0 | 1110 | 11100000 | 1000100 | 111001 |
Color Harmonies of #496FDC
Complementary color
Monochromatic Colors of #496FDC
Black with #496FDC
Text Example
Text Example
White with #496FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FDC; }
p { color: rgb(73,111,220); }
H1.HeaderClassName
{
color: #496FDC;
}
.AnyTagClassName
{
color: #496FDC;
}
</style>
background-color css
<style>
a { background-color: #496FDC; }
a { background-color: rgb(73,111,220); }
div.DivClassName
{
background-color: #496FDC;
}
.BgClassName
{
background-color: #496FDC;
}
</style>
border-color css
<style>
span { border-color: #496FDC; }
span { border-color: rgb(73,111,220); }
td.TdClassName
{
border-color: #496FDC;
}
.TagClassName
{
border-color: #496FDC;
}
</style>