Shades of Royal Blue #496ECE
Tints of Royal Blue #496ECE
RGB
CMYK
RGB Variations
Color information
#496ECE (or 0x496ECE) is known color: Royal Blue. HEX triplet: 49, 6E and CE. RGB value is (73,110,206). Sum of RGB (Red+Green+Blue) = 73+110+206=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #496ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ECE is #B69131. Grayscale: #6D6D6D. Windows color (decimal): -11964722 or 13528649. OLE color: 13528649.
HSL color Cylindrical-coordinate representation of color #496ECE: hue angle of 223.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ECE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 110 | 206 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.19 |
| HSL | 223.31º | 0.58% | 0.55% | - |
| HSV(B) | 223.31º | 0.65% | 0.81% | - |
| XYZ | 19.46 | 17.02 | 60.65 | - |
| YUV | 109.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 206 | 0.65 | 0.47 | 0 | 0.19 | 223.31 | 0.58 | 0.55 |
| Hex | 49 | 6E | CE | 41 | 2F | 0 | 13 | DF | 3A | 37 |
| Octal | 111 | 156 | 316 | 101 | 57 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001001 | 1101110 | 11001110 | 1000001 | 101111 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #496ECE
Complementary color
Monochromatic Colors of #496ECE
Black with #496ECE
Text Example
Text Example
White with #496ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ECE; }
p { color: rgb(73,110,206); }
H1.HeaderClassName
{
color: #496ECE;
}
.AnyTagClassName
{
color: #496ECE;
}
</style>
background-color css
<style>
a { background-color: #496ECE; }
a { background-color: rgb(73,110,206); }
div.DivClassName
{
background-color: #496ECE;
}
.BgClassName
{
background-color: #496ECE;
}
</style>
border-color css
<style>
span { border-color: #496ECE; }
span { border-color: rgb(73,110,206); }
td.TdClassName
{
border-color: #496ECE;
}
.TagClassName
{
border-color: #496ECE;
}
</style>