Shades of Royal Blue #496BED
Tints of Royal Blue #496BED
RGB
CMYK
RGB Variations
Color information
#496BED (or 0x496BED) is known color: Royal Blue. HEX triplet: 49, 6B and ED. RGB value is (73,107,237). Sum of RGB (Red+Green+Blue) = 73+107+237=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #496BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BED is #B69412. Grayscale: #6F6F6F. Windows color (decimal): -11965459 or 15559497. OLE color: 15559497.
HSL color Cylindrical-coordinate representation of color #496BED: hue angle of 227.56º degrees, saturation: 0.82, 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 #496BED is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 107 | 237 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.07 |
| HSL | 227.56º | 0.82% | 0.61% | - |
| HSV(B) | 227.56º | 0.69% | 0.93% | - |
| XYZ | 23.29 | 18.05 | 82.38 | - |
| YUV | 111.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 237 | 0.69 | 0.55 | 0 | 0.07 | 227.56 | 0.82 | 0.61 |
| Hex | 49 | 6B | ED | 45 | 37 | 0 | 7 | E4 | 52 | 3D |
| Octal | 111 | 153 | 355 | 105 | 67 | 0 | 7 | 344 | 122 | 75 |
| Binary | 1001001 | 1101011 | 11101101 | 1000101 | 110111 | 0 | 111 | 11100100 | 1010010 | 111101 |
Color Harmonies of #496BED
Complementary color
Monochromatic Colors of #496BED
Black with #496BED
Text Example
Text Example
White with #496BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BED; }
p { color: rgb(73,107,237); }
H1.HeaderClassName
{
color: #496BED;
}
.AnyTagClassName
{
color: #496BED;
}
</style>
background-color css
<style>
a { background-color: #496BED; }
a { background-color: rgb(73,107,237); }
div.DivClassName
{
background-color: #496BED;
}
.BgClassName
{
background-color: #496BED;
}
</style>
border-color css
<style>
span { border-color: #496BED; }
span { border-color: rgb(73,107,237); }
td.TdClassName
{
border-color: #496BED;
}
.TagClassName
{
border-color: #496BED;
}
</style>