Shades of Royal Blue #466DDF
Tints of Royal Blue #466DDF
RGB
CMYK
RGB Variations
Color information
#466DDF (or 0x466DDF) is known color: Royal Blue. HEX triplet: 46, 6D and DF. RGB value is (70,109,223). Sum of RGB (Red+Green+Blue) = 70+109+223=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #466DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DDF is #B99220. Grayscale: #6D6D6D. Windows color (decimal): -12161569 or 14642502. OLE color: 14642502.
HSL color Cylindrical-coordinate representation of color #466DDF: hue angle of 224.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466DDF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 109 | 223 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.13 |
| HSL | 224.71º | 0.71% | 0.57% | - |
| HSV(B) | 224.71º | 0.69% | 0.87% | - |
| XYZ | 21.31 | 17.57 | 72.08 | - |
| YUV | 110.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 223 | 0.69 | 0.51 | 0 | 0.13 | 224.71 | 0.71 | 0.57 |
| Hex | 46 | 6D | DF | 45 | 33 | 0 | D | E1 | 47 | 39 |
| Octal | 106 | 155 | 337 | 105 | 63 | 0 | 15 | 341 | 107 | 71 |
| Binary | 1000110 | 1101101 | 11011111 | 1000101 | 110011 | 0 | 1101 | 11100001 | 1000111 | 111001 |
Color Harmonies of #466DDF
Complementary color
Monochromatic Colors of #466DDF
Black with #466DDF
Text Example
Text Example
White with #466DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DDF; }
p { color: rgb(70,109,223); }
H1.HeaderClassName
{
color: #466DDF;
}
.AnyTagClassName
{
color: #466DDF;
}
</style>
background-color css
<style>
a { background-color: #466DDF; }
a { background-color: rgb(70,109,223); }
div.DivClassName
{
background-color: #466DDF;
}
.BgClassName
{
background-color: #466DDF;
}
</style>
border-color css
<style>
span { border-color: #466DDF; }
span { border-color: rgb(70,109,223); }
td.TdClassName
{
border-color: #466DDF;
}
.TagClassName
{
border-color: #466DDF;
}
</style>