Shades of Royal Blue #466DFF
Tints of Royal Blue #466DFF
RGB
CMYK
RGB Variations
Color information
#466DFF (or 0x466DFF) is known color: Royal Blue. HEX triplet: 46, 6D and FF. RGB value is (70,109,255). Sum of RGB (Red+Green+Blue) = 70+109+255=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #466DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466DFF is #B99200. Grayscale: #717171. Windows color (decimal): -12161537 or 16739654. OLE color: 16739654.
HSL color Cylindrical-coordinate representation of color #466DFF: hue angle of 227.35º 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 #466DFF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 109 | 255 | - |
| CMYK | 0.73 | 0.57 | 0 | 0 |
| HSL | 227.35º | 1% | 0.64% | - |
| HSV(B) | 227.35º | 0.73% | 1% | - |
| XYZ | 26.04 | 19.46 | 96.99 | - |
| YUV | 113.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 255 | 0.73 | 0.57 | 0 | 0 | 227.35 | 1 | 0.64 |
| Hex | 46 | 6D | FF | 49 | 39 | 0 | 0 | E3 | 64 | 40 |
| Octal | 106 | 155 | 377 | 111 | 71 | 0 | 0 | 343 | 144 | 100 |
| Binary | 1000110 | 1101101 | 11111111 | 1001001 | 111001 | 0 | 0 | 11100011 | 1100100 | 1000000 |
Color Harmonies of #466DFF
Complementary color
Monochromatic Colors of #466DFF
Black with #466DFF
Text Example
Text Example
White with #466DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DFF; }
p { color: rgb(70,109,255); }
H1.HeaderClassName
{
color: #466DFF;
}
.AnyTagClassName
{
color: #466DFF;
}
</style>
background-color css
<style>
a { background-color: #466DFF; }
a { background-color: rgb(70,109,255); }
div.DivClassName
{
background-color: #466DFF;
}
.BgClassName
{
background-color: #466DFF;
}
</style>
border-color css
<style>
span { border-color: #466DFF; }
span { border-color: rgb(70,109,255); }
td.TdClassName
{
border-color: #466DFF;
}
.TagClassName
{
border-color: #466DFF;
}
</style>