Shades of Royal Blue #496FE0
Tints of Royal Blue #496FE0
RGB
CMYK
RGB Variations
Color information
#496FE0 (or 0x496FE0) is known color: Royal Blue. HEX triplet: 49, 6F and E0. RGB value is (73,111,224). Sum of RGB (Red+Green+Blue) = 73+111+224=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #496FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FE0 is #B6901F. Grayscale: #707070. Windows color (decimal): -11964448 or 14708553. OLE color: 14708553.
HSL color Cylindrical-coordinate representation of color #496FE0: hue angle of 224.9º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496FE0 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 111 | 224 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.12 |
| HSL | 224.9º | 0.71% | 0.58% | - |
| HSV(B) | 224.9º | 0.67% | 0.88% | - |
| XYZ | 21.89 | 18.17 | 72.87 | - |
| YUV | 112.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 224 | 0.67 | 0.50 | 0 | 0.12 | 224.9 | 0.71 | 0.58 |
| Hex | 49 | 6F | E0 | 43 | 32 | 0 | C | E1 | 47 | 3A |
| Octal | 111 | 157 | 340 | 103 | 62 | 0 | 14 | 341 | 107 | 72 |
| Binary | 1001001 | 1101111 | 11100000 | 1000011 | 110010 | 0 | 1100 | 11100001 | 1000111 | 111010 |
Color Harmonies of #496FE0
Complementary color
Monochromatic Colors of #496FE0
Black with #496FE0
Text Example
Text Example
White with #496FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FE0; }
p { color: rgb(73,111,224); }
H1.HeaderClassName
{
color: #496FE0;
}
.AnyTagClassName
{
color: #496FE0;
}
</style>
background-color css
<style>
a { background-color: #496FE0; }
a { background-color: rgb(73,111,224); }
div.DivClassName
{
background-color: #496FE0;
}
.BgClassName
{
background-color: #496FE0;
}
</style>
border-color css
<style>
span { border-color: #496FE0; }
span { border-color: rgb(73,111,224); }
td.TdClassName
{
border-color: #496FE0;
}
.TagClassName
{
border-color: #496FE0;
}
</style>