Shades of Royal Blue #496FCB
Tints of Royal Blue #496FCB
RGB
CMYK
RGB Variations
Color information
#496FCB (or 0x496FCB) is known color: Royal Blue. HEX triplet: 49, 6F and CB. RGB value is (73,111,203). Sum of RGB (Red+Green+Blue) = 73+111+203=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #496FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FCB is #B69034. Grayscale: #6D6D6D. Windows color (decimal): -11964469 or 13332297. OLE color: 13332297.
HSL color Cylindrical-coordinate representation of color #496FCB: hue angle of 222.46º 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 #496FCB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 111 | 203 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.20 |
| HSL | 222.46º | 0.56% | 0.54% | - |
| HSV(B) | 222.46º | 0.64% | 0.8% | - |
| XYZ | 19.21 | 17.1 | 58.79 | - |
| YUV | 110.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 203 | 0.64 | 0.45 | 0 | 0.20 | 222.46 | 0.56 | 0.54 |
| Hex | 49 | 6F | CB | 40 | 2D | 0 | 14 | DE | 38 | 36 |
| Octal | 111 | 157 | 313 | 100 | 55 | 0 | 24 | 336 | 70 | 66 |
| Binary | 1001001 | 1101111 | 11001011 | 1000000 | 101101 | 0 | 10100 | 11011110 | 111000 | 110110 |
Color Harmonies of #496FCB
Complementary color
Monochromatic Colors of #496FCB
Black with #496FCB
Text Example
Text Example
White with #496FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FCB; }
p { color: rgb(73,111,203); }
H1.HeaderClassName
{
color: #496FCB;
}
.AnyTagClassName
{
color: #496FCB;
}
</style>
background-color css
<style>
a { background-color: #496FCB; }
a { background-color: rgb(73,111,203); }
div.DivClassName
{
background-color: #496FCB;
}
.BgClassName
{
background-color: #496FCB;
}
</style>
border-color css
<style>
span { border-color: #496FCB; }
span { border-color: rgb(73,111,203); }
td.TdClassName
{
border-color: #496FCB;
}
.TagClassName
{
border-color: #496FCB;
}
</style>