Shades of Royal Blue #496CFF
Tints of Royal Blue #496CFF
RGB
CMYK
RGB Variations
Color information
#496CFF (or 0x496CFF) is known color: Royal Blue. HEX triplet: 49, 6C and FF. RGB value is (73,108,255). Sum of RGB (Red+Green+Blue) = 73+108+255=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #496CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CFF is #B69300. Grayscale: #717171. Windows color (decimal): -11965185 or 16739401. OLE color: 16739401.
HSL color Cylindrical-coordinate representation of color #496CFF: hue angle of 228.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496CFF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 108 | 255 | - |
| CMYK | 0.71 | 0.58 | 0 | 0 |
| HSL | 228.46º | 1% | 0.64% | - |
| HSV(B) | 228.46º | 0.71% | 1% | - |
| XYZ | 26.16 | 19.36 | 96.97 | - |
| YUV | 114.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 255 | 0.71 | 0.58 | 0 | 0 | 228.46 | 1 | 0.64 |
| Hex | 49 | 6C | FF | 47 | 3A | 0 | 0 | E4 | 64 | 40 |
| Octal | 111 | 154 | 377 | 107 | 72 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1001001 | 1101100 | 11111111 | 1000111 | 111010 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #496CFF
Complementary color
Monochromatic Colors of #496CFF
Black with #496CFF
Text Example
Text Example
White with #496CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CFF; }
p { color: rgb(73,108,255); }
H1.HeaderClassName
{
color: #496CFF;
}
.AnyTagClassName
{
color: #496CFF;
}
</style>
background-color css
<style>
a { background-color: #496CFF; }
a { background-color: rgb(73,108,255); }
div.DivClassName
{
background-color: #496CFF;
}
.BgClassName
{
background-color: #496CFF;
}
</style>
border-color css
<style>
span { border-color: #496CFF; }
span { border-color: rgb(73,108,255); }
td.TdClassName
{
border-color: #496CFF;
}
.TagClassName
{
border-color: #496CFF;
}
</style>