Shades of Royal Blue #496BEE
Tints of Royal Blue #496BEE
RGB
CMYK
RGB Variations
Color information
#496BEE (or 0x496BEE) is known color: Royal Blue. HEX triplet: 49, 6B and EE. RGB value is (73,107,238). Sum of RGB (Red+Green+Blue) = 73+107+238=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #496BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BEE is #B69411. Grayscale: #6F6F6F. Windows color (decimal): -11965458 or 15625033. OLE color: 15625033.
HSL color Cylindrical-coordinate representation of color #496BEE: hue angle of 227.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496BEE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 107 | 238 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.07 |
| HSL | 227.64º | 0.83% | 0.61% | - |
| HSV(B) | 227.64º | 0.69% | 0.93% | - |
| XYZ | 23.44 | 18.1 | 83.15 | - |
| YUV | 111.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 238 | 0.69 | 0.55 | 0 | 0.07 | 227.64 | 0.83 | 0.61 |
| Hex | 49 | 6B | EE | 45 | 37 | 0 | 7 | E4 | 53 | 3D |
| Octal | 111 | 153 | 356 | 105 | 67 | 0 | 7 | 344 | 123 | 75 |
| Binary | 1001001 | 1101011 | 11101110 | 1000101 | 110111 | 0 | 111 | 11100100 | 1010011 | 111101 |
Color Harmonies of #496BEE
Complementary color
Monochromatic Colors of #496BEE
Black with #496BEE
Text Example
Text Example
White with #496BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BEE; }
p { color: rgb(73,107,238); }
H1.HeaderClassName
{
color: #496BEE;
}
.AnyTagClassName
{
color: #496BEE;
}
</style>
background-color css
<style>
a { background-color: #496BEE; }
a { background-color: rgb(73,107,238); }
div.DivClassName
{
background-color: #496BEE;
}
.BgClassName
{
background-color: #496BEE;
}
</style>
border-color css
<style>
span { border-color: #496BEE; }
span { border-color: rgb(73,107,238); }
td.TdClassName
{
border-color: #496BEE;
}
.TagClassName
{
border-color: #496BEE;
}
</style>