Shades of Royal Blue #496FE8
Tints of Royal Blue #496FE8
RGB
CMYK
RGB Variations
Color information
#496FE8 (or 0x496FE8) is known color: Royal Blue. HEX triplet: 49, 6F and E8. RGB value is (73,111,232). Sum of RGB (Red+Green+Blue) = 73+111+232=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #496FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496FE8 is #B69017. Grayscale: #707070. Windows color (decimal): -11964440 or 15232841. OLE color: 15232841.
HSL color Cylindrical-coordinate representation of color #496FE8: hue angle of 225.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496FE8 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 111 | 232 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.09 |
| HSL | 225.66º | 0.78% | 0.6% | - |
| HSV(B) | 225.66º | 0.69% | 0.91% | - |
| XYZ | 23 | 18.61 | 78.72 | - |
| YUV | 113.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 232 | 0.69 | 0.52 | 0 | 0.09 | 225.66 | 0.78 | 0.6 |
| Hex | 49 | 6F | E8 | 45 | 34 | 0 | 9 | E2 | 4E | 3C |
| Octal | 111 | 157 | 350 | 105 | 64 | 0 | 11 | 342 | 116 | 74 |
| Binary | 1001001 | 1101111 | 11101000 | 1000101 | 110100 | 0 | 1001 | 11100010 | 1001110 | 111100 |
Color Harmonies of #496FE8
Complementary color
Monochromatic Colors of #496FE8
Black with #496FE8
Text Example
Text Example
White with #496FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FE8; }
p { color: rgb(73,111,232); }
H1.HeaderClassName
{
color: #496FE8;
}
.AnyTagClassName
{
color: #496FE8;
}
</style>
background-color css
<style>
a { background-color: #496FE8; }
a { background-color: rgb(73,111,232); }
div.DivClassName
{
background-color: #496FE8;
}
.BgClassName
{
background-color: #496FE8;
}
</style>
border-color css
<style>
span { border-color: #496FE8; }
span { border-color: rgb(73,111,232); }
td.TdClassName
{
border-color: #496FE8;
}
.TagClassName
{
border-color: #496FE8;
}
</style>