Shades of Royal Blue #466AD6
Tints of Royal Blue #466AD6
RGB
CMYK
RGB Variations
Color information
#466AD6 (or 0x466AD6) is known color: Royal Blue. HEX triplet: 46, 6A and D6. RGB value is (70,106,214). Sum of RGB (Red+Green+Blue) = 70+106+214=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #466AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AD6 is #B99529. Grayscale: #6B6B6B. Windows color (decimal): -12162346 or 14051910. OLE color: 14051910.
HSL color Cylindrical-coordinate representation of color #466AD6: hue angle of 225º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466AD6 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 106 | 214 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.16 |
| HSL | 225º | 0.64% | 0.56% | - |
| HSV(B) | 225º | 0.67% | 0.84% | - |
| XYZ | 19.82 | 16.47 | 65.75 | - |
| YUV | 107.55 | 188.07 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 214 | 0.67 | 0.50 | 0 | 0.16 | 225 | 0.64 | 0.56 |
| Hex | 46 | 6A | D6 | 43 | 32 | 0 | 10 | E1 | 40 | 38 |
| Octal | 106 | 152 | 326 | 103 | 62 | 0 | 20 | 341 | 100 | 70 |
| Binary | 1000110 | 1101010 | 11010110 | 1000011 | 110010 | 0 | 10000 | 11100001 | 1000000 | 111000 |
Color Harmonies of #466AD6
Complementary color
Monochromatic Colors of #466AD6
Black with #466AD6
Text Example
Text Example
White with #466AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AD6; }
p { color: rgb(70,106,214); }
H1.HeaderClassName
{
color: #466AD6;
}
.AnyTagClassName
{
color: #466AD6;
}
</style>
background-color css
<style>
a { background-color: #466AD6; }
a { background-color: rgb(70,106,214); }
div.DivClassName
{
background-color: #466AD6;
}
.BgClassName
{
background-color: #466AD6;
}
</style>
border-color css
<style>
span { border-color: #466AD6; }
span { border-color: rgb(70,106,214); }
td.TdClassName
{
border-color: #466AD6;
}
.TagClassName
{
border-color: #466AD6;
}
</style>