Shades of Royal Blue #466EFF
Tints of Royal Blue #466EFF
RGB
CMYK
RGB Variations
Color information
#466EFF (or 0x466EFF) is known color: Royal Blue. HEX triplet: 46, 6E and FF. RGB value is (70,110,255). Sum of RGB (Red+Green+Blue) = 70+110+255=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #466EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EFF is #B99100. Grayscale: #717171. Windows color (decimal): -12161281 or 16739910. OLE color: 16739910.
HSL color Cylindrical-coordinate representation of color #466EFF: hue angle of 227.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #466EFF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 110 | 255 | - |
| CMYK | 0.73 | 0.57 | 0 | 0 |
| HSL | 227.03º | 1% | 0.64% | - |
| HSV(B) | 227.03º | 0.73% | 1% | - |
| XYZ | 26.15 | 19.67 | 97.03 | - |
| YUV | 114.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 255 | 0.73 | 0.57 | 0 | 0 | 227.03 | 1 | 0.64 |
| Hex | 46 | 6E | FF | 49 | 39 | 0 | 0 | E3 | 64 | 40 |
| Octal | 106 | 156 | 377 | 111 | 71 | 0 | 0 | 343 | 144 | 100 |
| Binary | 1000110 | 1101110 | 11111111 | 1001001 | 111001 | 0 | 0 | 11100011 | 1100100 | 1000000 |
Color Harmonies of #466EFF
Complementary color
Monochromatic Colors of #466EFF
Black with #466EFF
Text Example
Text Example
White with #466EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EFF; }
p { color: rgb(70,110,255); }
H1.HeaderClassName
{
color: #466EFF;
}
.AnyTagClassName
{
color: #466EFF;
}
</style>
background-color css
<style>
a { background-color: #466EFF; }
a { background-color: rgb(70,110,255); }
div.DivClassName
{
background-color: #466EFF;
}
.BgClassName
{
background-color: #466EFF;
}
</style>
border-color css
<style>
span { border-color: #466EFF; }
span { border-color: rgb(70,110,255); }
td.TdClassName
{
border-color: #466EFF;
}
.TagClassName
{
border-color: #466EFF;
}
</style>