Shades of Royal Blue #466EE6
Tints of Royal Blue #466EE6
RGB
CMYK
RGB Variations
Color information
#466EE6 (or 0x466EE6) is known color: Royal Blue. HEX triplet: 46, 6E and E6. RGB value is (70,110,230). Sum of RGB (Red+Green+Blue) = 70+110+230=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #466EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EE6 is #B99119. Grayscale: #6F6F6F. Windows color (decimal): -12161306 or 15101510. OLE color: 15101510.
HSL color Cylindrical-coordinate representation of color #466EE6: hue angle of 225º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466EE6 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 110 | 230 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.10 |
| HSL | 225º | 0.76% | 0.59% | - |
| HSV(B) | 225º | 0.7% | 0.9% | - |
| XYZ | 22.38 | 18.17 | 77.19 | - |
| YUV | 111.72 | 194.75 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 230 | 0.70 | 0.52 | 0 | 0.10 | 225 | 0.76 | 0.59 |
| Hex | 46 | 6E | E6 | 46 | 34 | 0 | A | E1 | 4C | 3B |
| Octal | 106 | 156 | 346 | 106 | 64 | 0 | 12 | 341 | 114 | 73 |
| Binary | 1000110 | 1101110 | 11100110 | 1000110 | 110100 | 0 | 1010 | 11100001 | 1001100 | 111011 |
Color Harmonies of #466EE6
Complementary color
Monochromatic Colors of #466EE6
Black with #466EE6
Text Example
Text Example
White with #466EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EE6; }
p { color: rgb(70,110,230); }
H1.HeaderClassName
{
color: #466EE6;
}
.AnyTagClassName
{
color: #466EE6;
}
</style>
background-color css
<style>
a { background-color: #466EE6; }
a { background-color: rgb(70,110,230); }
div.DivClassName
{
background-color: #466EE6;
}
.BgClassName
{
background-color: #466EE6;
}
</style>
border-color css
<style>
span { border-color: #466EE6; }
span { border-color: rgb(70,110,230); }
td.TdClassName
{
border-color: #466EE6;
}
.TagClassName
{
border-color: #466EE6;
}
</style>