Shades of Royal Blue #496ACE
Tints of Royal Blue #496ACE
RGB
CMYK
RGB Variations
Color information
#496ACE (or 0x496ACE) is known color: Royal Blue. HEX triplet: 49, 6A and CE. RGB value is (73,106,206). Sum of RGB (Red+Green+Blue) = 73+106+206=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #496ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ACE is #B69531. Grayscale: #6B6B6B. Windows color (decimal): -11965746 or 13527625. OLE color: 13527625.
HSL color Cylindrical-coordinate representation of color #496ACE: hue angle of 225.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ACE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 106 | 206 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.19 |
| HSL | 225.11º | 0.58% | 0.55% | - |
| HSV(B) | 225.11º | 0.65% | 0.81% | - |
| XYZ | 19.04 | 16.18 | 60.51 | - |
| YUV | 107.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 206 | 0.65 | 0.49 | 0 | 0.19 | 225.11 | 0.58 | 0.55 |
| Hex | 49 | 6A | CE | 41 | 31 | 0 | 13 | E1 | 3A | 37 |
| Octal | 111 | 152 | 316 | 101 | 61 | 0 | 23 | 341 | 72 | 67 |
| Binary | 1001001 | 1101010 | 11001110 | 1000001 | 110001 | 0 | 10011 | 11100001 | 111010 | 110111 |
Color Harmonies of #496ACE
Complementary color
Monochromatic Colors of #496ACE
Black with #496ACE
Text Example
Text Example
White with #496ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ACE; }
p { color: rgb(73,106,206); }
H1.HeaderClassName
{
color: #496ACE;
}
.AnyTagClassName
{
color: #496ACE;
}
</style>
background-color css
<style>
a { background-color: #496ACE; }
a { background-color: rgb(73,106,206); }
div.DivClassName
{
background-color: #496ACE;
}
.BgClassName
{
background-color: #496ACE;
}
</style>
border-color css
<style>
span { border-color: #496ACE; }
span { border-color: rgb(73,106,206); }
td.TdClassName
{
border-color: #496ACE;
}
.TagClassName
{
border-color: #496ACE;
}
</style>