Shades of Royal Blue #496AF2
Tints of Royal Blue #496AF2
RGB
CMYK
RGB Variations
Color information
#496AF2 (or 0x496AF2) is known color: Royal Blue. HEX triplet: 49, 6A and F2. RGB value is (73,106,242). Sum of RGB (Red+Green+Blue) = 73+106+242=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #496AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496AF2 is #B6950D. Grayscale: #6F6F6F. Windows color (decimal): -11965710 or 15886921. OLE color: 15886921.
HSL color Cylindrical-coordinate representation of color #496AF2: hue angle of 228.28º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #496AF2 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 106 | 242 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.05 |
| HSL | 228.28º | 0.87% | 0.62% | - |
| HSV(B) | 228.28º | 0.7% | 0.95% | - |
| XYZ | 23.93 | 18.14 | 86.24 | - |
| YUV | 111.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 242 | 0.70 | 0.56 | 0 | 0.05 | 228.28 | 0.87 | 0.62 |
| Hex | 49 | 6A | F2 | 46 | 38 | 0 | 5 | E4 | 57 | 3E |
| Octal | 111 | 152 | 362 | 106 | 70 | 0 | 5 | 344 | 127 | 76 |
| Binary | 1001001 | 1101010 | 11110010 | 1000110 | 111000 | 0 | 101 | 11100100 | 1010111 | 111110 |
Color Harmonies of #496AF2
Complementary color
Monochromatic Colors of #496AF2
Black with #496AF2
Text Example
Text Example
White with #496AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496AF2; }
p { color: rgb(73,106,242); }
H1.HeaderClassName
{
color: #496AF2;
}
.AnyTagClassName
{
color: #496AF2;
}
</style>
background-color css
<style>
a { background-color: #496AF2; }
a { background-color: rgb(73,106,242); }
div.DivClassName
{
background-color: #496AF2;
}
.BgClassName
{
background-color: #496AF2;
}
</style>
border-color css
<style>
span { border-color: #496AF2; }
span { border-color: rgb(73,106,242); }
td.TdClassName
{
border-color: #496AF2;
}
.TagClassName
{
border-color: #496AF2;
}
</style>