Shades of Royal Blue #466FED
Tints of Royal Blue #466FED
RGB
CMYK
RGB Variations
Color information
#466FED (or 0x466FED) is known color: Royal Blue. HEX triplet: 46, 6F and ED. RGB value is (70,111,237). Sum of RGB (Red+Green+Blue) = 70+111+237=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #466FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FED is #B99012. Grayscale: #707070. Windows color (decimal): -12161043 or 15560518. OLE color: 15560518.
HSL color Cylindrical-coordinate representation of color #466FED: hue angle of 225.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466FED is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 111 | 237 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.07 |
| HSL | 225.27º | 0.82% | 0.6% | - |
| HSV(B) | 225.27º | 0.7% | 0.93% | - |
| XYZ | 23.5 | 18.79 | 82.51 | - |
| YUV | 113.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 237 | 0.70 | 0.53 | 0 | 0.07 | 225.27 | 0.82 | 0.6 |
| Hex | 46 | 6F | ED | 46 | 35 | 0 | 7 | E1 | 52 | 3C |
| Octal | 106 | 157 | 355 | 106 | 65 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000110 | 1101111 | 11101101 | 1000110 | 110101 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #466FED
Complementary color
Monochromatic Colors of #466FED
Black with #466FED
Text Example
Text Example
White with #466FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FED; }
p { color: rgb(70,111,237); }
H1.HeaderClassName
{
color: #466FED;
}
.AnyTagClassName
{
color: #466FED;
}
</style>
background-color css
<style>
a { background-color: #466FED; }
a { background-color: rgb(70,111,237); }
div.DivClassName
{
background-color: #466FED;
}
.BgClassName
{
background-color: #466FED;
}
</style>
border-color css
<style>
span { border-color: #466FED; }
span { border-color: rgb(70,111,237); }
td.TdClassName
{
border-color: #466FED;
}
.TagClassName
{
border-color: #466FED;
}
</style>