Shades of Royal Blue #496BE8
Tints of Royal Blue #496BE8
RGB
CMYK
RGB Variations
Color information
#496BE8 (or 0x496BE8) is known color: Royal Blue. HEX triplet: 49, 6B and E8. RGB value is (73,107,232). Sum of RGB (Red+Green+Blue) = 73+107+232=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #496BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BE8 is #B69417. Grayscale: #6E6E6E. Windows color (decimal): -11965464 or 15231817. OLE color: 15231817.
HSL color Cylindrical-coordinate representation of color #496BE8: hue angle of 227.17º 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 #496BE8 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 107 | 232 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.09 |
| HSL | 227.17º | 0.78% | 0.6% | - |
| HSV(B) | 227.17º | 0.69% | 0.91% | - |
| XYZ | 22.57 | 17.76 | 78.58 | - |
| YUV | 111.08 | 196.24 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 232 | 0.69 | 0.54 | 0 | 0.09 | 227.17 | 0.78 | 0.6 |
| Hex | 49 | 6B | E8 | 45 | 36 | 0 | 9 | E3 | 4E | 3C |
| Octal | 111 | 153 | 350 | 105 | 66 | 0 | 11 | 343 | 116 | 74 |
| Binary | 1001001 | 1101011 | 11101000 | 1000101 | 110110 | 0 | 1001 | 11100011 | 1001110 | 111100 |
Color Harmonies of #496BE8
Complementary color
Monochromatic Colors of #496BE8
Black with #496BE8
Text Example
Text Example
White with #496BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BE8; }
p { color: rgb(73,107,232); }
H1.HeaderClassName
{
color: #496BE8;
}
.AnyTagClassName
{
color: #496BE8;
}
</style>
background-color css
<style>
a { background-color: #496BE8; }
a { background-color: rgb(73,107,232); }
div.DivClassName
{
background-color: #496BE8;
}
.BgClassName
{
background-color: #496BE8;
}
</style>
border-color css
<style>
span { border-color: #496BE8; }
span { border-color: rgb(73,107,232); }
td.TdClassName
{
border-color: #496BE8;
}
.TagClassName
{
border-color: #496BE8;
}
</style>