Shades of Royal Blue #496CCC
Tints of Royal Blue #496CCC
RGB
CMYK
RGB Variations
Color information
#496CCC (or 0x496CCC) is known color: Royal Blue. HEX triplet: 49, 6C and CC. RGB value is (73,108,204). Sum of RGB (Red+Green+Blue) = 73+108+204=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #496CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CCC is #B69333. Grayscale: #6C6C6C. Windows color (decimal): -11965236 or 13397065. OLE color: 13397065.
HSL color Cylindrical-coordinate representation of color #496CCC: hue angle of 223.97º 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 #496CCC is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 108 | 204 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.2 |
| HSL | 223.97º | 0.56% | 0.54% | - |
| HSV(B) | 223.97º | 0.64% | 0.8% | - |
| XYZ | 19.01 | 16.5 | 59.31 | - |
| YUV | 108.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 204 | 0.64 | 0.47 | 0 | 0.2 | 223.97 | 0.56 | 0.54 |
| Hex | 49 | 6C | CC | 40 | 2F | 0 | 14 | E0 | 38 | 36 |
| Octal | 111 | 154 | 314 | 100 | 57 | 0 | 24 | 340 | 70 | 66 |
| Binary | 1001001 | 1101100 | 11001100 | 1000000 | 101111 | 0 | 10100 | 11100000 | 111000 | 110110 |
Color Harmonies of #496CCC
Complementary color
Monochromatic Colors of #496CCC
Black with #496CCC
Text Example
Text Example
White with #496CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CCC; }
p { color: rgb(73,108,204); }
H1.HeaderClassName
{
color: #496CCC;
}
.AnyTagClassName
{
color: #496CCC;
}
</style>
background-color css
<style>
a { background-color: #496CCC; }
a { background-color: rgb(73,108,204); }
div.DivClassName
{
background-color: #496CCC;
}
.BgClassName
{
background-color: #496CCC;
}
</style>
border-color css
<style>
span { border-color: #496CCC; }
span { border-color: rgb(73,108,204); }
td.TdClassName
{
border-color: #496CCC;
}
.TagClassName
{
border-color: #496CCC;
}
</style>