Shades of Royal Blue #466DFA
Tints of Royal Blue #466DFA
RGB
CMYK
RGB Variations
Color information
#466DFA (or 0x466DFA) is known color: Royal Blue. HEX triplet: 46, 6D and FA. RGB value is (70,109,250). Sum of RGB (Red+Green+Blue) = 70+109+250=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #466DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466DFA is #B99205. Grayscale: #707070. Windows color (decimal): -12161542 or 16411974. OLE color: 16411974.
HSL color Cylindrical-coordinate representation of color #466DFA: hue angle of 227º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466DFA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 109 | 250 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.02 |
| HSL | 227º | 0.95% | 0.63% | - |
| HSV(B) | 227º | 0.72% | 0.98% | - |
| XYZ | 25.25 | 19.14 | 92.81 | - |
| YUV | 113.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 250 | 0.72 | 0.56 | 0 | 0.02 | 227 | 0.95 | 0.63 |
| Hex | 46 | 6D | FA | 48 | 38 | 0 | 2 | E3 | 5F | 3F |
| Octal | 106 | 155 | 372 | 110 | 70 | 0 | 2 | 343 | 137 | 77 |
| Binary | 1000110 | 1101101 | 11111010 | 1001000 | 111000 | 0 | 10 | 11100011 | 1011111 | 111111 |
Color Harmonies of #466DFA
Complementary color
Monochromatic Colors of #466DFA
Black with #466DFA
Text Example
Text Example
White with #466DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DFA; }
p { color: rgb(70,109,250); }
H1.HeaderClassName
{
color: #466DFA;
}
.AnyTagClassName
{
color: #466DFA;
}
</style>
background-color css
<style>
a { background-color: #466DFA; }
a { background-color: rgb(70,109,250); }
div.DivClassName
{
background-color: #466DFA;
}
.BgClassName
{
background-color: #466DFA;
}
</style>
border-color css
<style>
span { border-color: #466DFA; }
span { border-color: rgb(70,109,250); }
td.TdClassName
{
border-color: #466DFA;
}
.TagClassName
{
border-color: #466DFA;
}
</style>