Shades of Royal Blue #466DFE
Tints of Royal Blue #466DFE
RGB
CMYK
RGB Variations
Color information
#466DFE (or 0x466DFE) is known color: Royal Blue. HEX triplet: 46, 6D and FE. RGB value is (70,109,254). Sum of RGB (Red+Green+Blue) = 70+109+254=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #466DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466DFE is #B99201. Grayscale: #717171. Windows color (decimal): -12161538 or 16674118. OLE color: 16674118.
HSL color Cylindrical-coordinate representation of color #466DFE: hue angle of 227.28º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466DFE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 109 | 254 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.00 |
| HSL | 227.28º | 0.99% | 0.64% | - |
| HSV(B) | 227.28º | 0.72% | 1% | - |
| XYZ | 25.88 | 19.4 | 96.15 | - |
| YUV | 113.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 254 | 0.72 | 0.57 | 0 | 0.00 | 227.28 | 0.99 | 0.64 |
| Hex | 46 | 6D | FE | 48 | 39 | 0 | 0 | E3 | 63 | 40 |
| Octal | 106 | 155 | 376 | 110 | 71 | 0 | 0 | 343 | 143 | 100 |
| Binary | 1000110 | 1101101 | 11111110 | 1001000 | 111001 | 0 | 0 | 11100011 | 1100011 | 1000000 |
Color Harmonies of #466DFE
Complementary color
Monochromatic Colors of #466DFE
Black with #466DFE
Text Example
Text Example
White with #466DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DFE; }
p { color: rgb(70,109,254); }
H1.HeaderClassName
{
color: #466DFE;
}
.AnyTagClassName
{
color: #466DFE;
}
</style>
background-color css
<style>
a { background-color: #466DFE; }
a { background-color: rgb(70,109,254); }
div.DivClassName
{
background-color: #466DFE;
}
.BgClassName
{
background-color: #466DFE;
}
</style>
border-color css
<style>
span { border-color: #466DFE; }
span { border-color: rgb(70,109,254); }
td.TdClassName
{
border-color: #466DFE;
}
.TagClassName
{
border-color: #466DFE;
}
</style>