Shades of Royal Blue #466EDF
Tints of Royal Blue #466EDF
RGB
CMYK
RGB Variations
Color information
#466EDF (or 0x466EDF) is known color: Royal Blue. HEX triplet: 46, 6E and DF. RGB value is (70,110,223). Sum of RGB (Red+Green+Blue) = 70+110+223=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #466EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EDF is #B99120. Grayscale: #6E6E6E. Windows color (decimal): -12161313 or 14642758. OLE color: 14642758.
HSL color Cylindrical-coordinate representation of color #466EDF: hue angle of 224.31º 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 #466EDF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 110 | 223 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.13 |
| HSL | 224.31º | 0.71% | 0.57% | - |
| HSV(B) | 224.31º | 0.69% | 0.87% | - |
| XYZ | 21.42 | 17.78 | 72.12 | - |
| YUV | 110.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 223 | 0.69 | 0.51 | 0 | 0.13 | 224.31 | 0.71 | 0.57 |
| Hex | 46 | 6E | DF | 45 | 33 | 0 | D | E0 | 47 | 39 |
| Octal | 106 | 156 | 337 | 105 | 63 | 0 | 15 | 340 | 107 | 71 |
| Binary | 1000110 | 1101110 | 11011111 | 1000101 | 110011 | 0 | 1101 | 11100000 | 1000111 | 111001 |
Color Harmonies of #466EDF
Complementary color
Monochromatic Colors of #466EDF
Black with #466EDF
Text Example
Text Example
White with #466EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EDF; }
p { color: rgb(70,110,223); }
H1.HeaderClassName
{
color: #466EDF;
}
.AnyTagClassName
{
color: #466EDF;
}
</style>
background-color css
<style>
a { background-color: #466EDF; }
a { background-color: rgb(70,110,223); }
div.DivClassName
{
background-color: #466EDF;
}
.BgClassName
{
background-color: #466EDF;
}
</style>
border-color css
<style>
span { border-color: #466EDF; }
span { border-color: rgb(70,110,223); }
td.TdClassName
{
border-color: #466EDF;
}
.TagClassName
{
border-color: #466EDF;
}
</style>