Shades of Royal Blue #496AF1
Tints of Royal Blue #496AF1
RGB
CMYK
RGB Variations
Color information
#496AF1 (or 0x496AF1) is known color: Royal Blue. HEX triplet: 49, 6A and F1. RGB value is (73,106,241). Sum of RGB (Red+Green+Blue) = 73+106+241=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #496AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496AF1 is #B6950E. Grayscale: #6E6E6E. Windows color (decimal): -11965711 or 15821385. OLE color: 15821385.
HSL color Cylindrical-coordinate representation of color #496AF1: hue angle of 228.21º degrees, saturation: 0.86, 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 #496AF1 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 106 | 241 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.05 |
| HSL | 228.21º | 0.86% | 0.62% | - |
| HSV(B) | 228.21º | 0.7% | 0.95% | - |
| XYZ | 23.78 | 18.08 | 85.45 | - |
| YUV | 111.52 | 201.07 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 241 | 0.70 | 0.56 | 0 | 0.05 | 228.21 | 0.86 | 0.62 |
| Hex | 49 | 6A | F1 | 46 | 38 | 0 | 5 | E4 | 56 | 3E |
| Octal | 111 | 152 | 361 | 106 | 70 | 0 | 5 | 344 | 126 | 76 |
| Binary | 1001001 | 1101010 | 11110001 | 1000110 | 111000 | 0 | 101 | 11100100 | 1010110 | 111110 |
Color Harmonies of #496AF1
Complementary color
Monochromatic Colors of #496AF1
Black with #496AF1
Text Example
Text Example
White with #496AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496AF1; }
p { color: rgb(73,106,241); }
H1.HeaderClassName
{
color: #496AF1;
}
.AnyTagClassName
{
color: #496AF1;
}
</style>
background-color css
<style>
a { background-color: #496AF1; }
a { background-color: rgb(73,106,241); }
div.DivClassName
{
background-color: #496AF1;
}
.BgClassName
{
background-color: #496AF1;
}
</style>
border-color css
<style>
span { border-color: #496AF1; }
span { border-color: rgb(73,106,241); }
td.TdClassName
{
border-color: #496AF1;
}
.TagClassName
{
border-color: #496AF1;
}
</style>