Shades of Royal Blue #496ECB
Tints of Royal Blue #496ECB
RGB
CMYK
RGB Variations
Color information
#496ECB (or 0x496ECB) is known color: Royal Blue. HEX triplet: 49, 6E and CB. RGB value is (73,110,203). Sum of RGB (Red+Green+Blue) = 73+110+203=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #496ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ECB is #B69134. Grayscale: #6D6D6D. Windows color (decimal): -11964725 or 13332041. OLE color: 13332041.
HSL color Cylindrical-coordinate representation of color #496ECB: hue angle of 222.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496ECB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 110 | 203 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.20 |
| HSL | 222.92º | 0.56% | 0.54% | - |
| HSV(B) | 222.92º | 0.64% | 0.8% | - |
| XYZ | 19.1 | 16.88 | 58.75 | - |
| YUV | 109.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 203 | 0.64 | 0.46 | 0 | 0.20 | 222.92 | 0.56 | 0.54 |
| Hex | 49 | 6E | CB | 40 | 2E | 0 | 14 | DF | 38 | 36 |
| Octal | 111 | 156 | 313 | 100 | 56 | 0 | 24 | 337 | 70 | 66 |
| Binary | 1001001 | 1101110 | 11001011 | 1000000 | 101110 | 0 | 10100 | 11011111 | 111000 | 110110 |
Color Harmonies of #496ECB
Complementary color
Monochromatic Colors of #496ECB
Black with #496ECB
Text Example
Text Example
White with #496ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ECB; }
p { color: rgb(73,110,203); }
H1.HeaderClassName
{
color: #496ECB;
}
.AnyTagClassName
{
color: #496ECB;
}
</style>
background-color css
<style>
a { background-color: #496ECB; }
a { background-color: rgb(73,110,203); }
div.DivClassName
{
background-color: #496ECB;
}
.BgClassName
{
background-color: #496ECB;
}
</style>
border-color css
<style>
span { border-color: #496ECB; }
span { border-color: rgb(73,110,203); }
td.TdClassName
{
border-color: #496ECB;
}
.TagClassName
{
border-color: #496ECB;
}
</style>