Shades of Royal Blue #496ACB
Tints of Royal Blue #496ACB
RGB
CMYK
RGB Variations
Color information
#496ACB (or 0x496ACB) is known color: Royal Blue. HEX triplet: 49, 6A and CB. RGB value is (73,106,203). Sum of RGB (Red+Green+Blue) = 73+106+203=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #496ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ACB is #B69534. Grayscale: #6A6A6A. Windows color (decimal): -11965749 or 13331017. OLE color: 13331017.
HSL color Cylindrical-coordinate representation of color #496ACB: hue angle of 224.77º 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 #496ACB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 106 | 203 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.20 |
| HSL | 224.77º | 0.56% | 0.54% | - |
| HSV(B) | 224.77º | 0.64% | 0.8% | - |
| XYZ | 18.68 | 16.04 | 58.61 | - |
| YUV | 107.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 203 | 0.64 | 0.48 | 0 | 0.20 | 224.77 | 0.56 | 0.54 |
| Hex | 49 | 6A | CB | 40 | 30 | 0 | 14 | E1 | 38 | 36 |
| Octal | 111 | 152 | 313 | 100 | 60 | 0 | 24 | 341 | 70 | 66 |
| Binary | 1001001 | 1101010 | 11001011 | 1000000 | 110000 | 0 | 10100 | 11100001 | 111000 | 110110 |
Color Harmonies of #496ACB
Complementary color
Monochromatic Colors of #496ACB
Black with #496ACB
Text Example
Text Example
White with #496ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ACB; }
p { color: rgb(73,106,203); }
H1.HeaderClassName
{
color: #496ACB;
}
.AnyTagClassName
{
color: #496ACB;
}
</style>
background-color css
<style>
a { background-color: #496ACB; }
a { background-color: rgb(73,106,203); }
div.DivClassName
{
background-color: #496ACB;
}
.BgClassName
{
background-color: #496ACB;
}
</style>
border-color css
<style>
span { border-color: #496ACB; }
span { border-color: rgb(73,106,203); }
td.TdClassName
{
border-color: #496ACB;
}
.TagClassName
{
border-color: #496ACB;
}
</style>