Shades of Royal Blue #466DD7
Tints of Royal Blue #466DD7
RGB
CMYK
RGB Variations
Color information
#466DD7 (or 0x466DD7) is known color: Royal Blue. HEX triplet: 46, 6D and D7. RGB value is (70,109,215). Sum of RGB (Red+Green+Blue) = 70+109+215=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #466DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DD7 is #B99228. Grayscale: #6C6C6C. Windows color (decimal): -12161577 or 14118214. OLE color: 14118214.
HSL color Cylindrical-coordinate representation of color #466DD7: hue angle of 223.86º 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 #466DD7 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 109 | 215 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.16 |
| HSL | 223.86º | 0.64% | 0.56% | - |
| HSV(B) | 223.86º | 0.67% | 0.84% | - |
| XYZ | 20.26 | 17.15 | 66.53 | - |
| YUV | 109.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 215 | 0.67 | 0.49 | 0 | 0.16 | 223.86 | 0.64 | 0.56 |
| Hex | 46 | 6D | D7 | 43 | 31 | 0 | 10 | E0 | 40 | 38 |
| Octal | 106 | 155 | 327 | 103 | 61 | 0 | 20 | 340 | 100 | 70 |
| Binary | 1000110 | 1101101 | 11010111 | 1000011 | 110001 | 0 | 10000 | 11100000 | 1000000 | 111000 |
Color Harmonies of #466DD7
Complementary color
Monochromatic Colors of #466DD7
Black with #466DD7
Text Example
Text Example
White with #466DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DD7; }
p { color: rgb(70,109,215); }
H1.HeaderClassName
{
color: #466DD7;
}
.AnyTagClassName
{
color: #466DD7;
}
</style>
background-color css
<style>
a { background-color: #466DD7; }
a { background-color: rgb(70,109,215); }
div.DivClassName
{
background-color: #466DD7;
}
.BgClassName
{
background-color: #466DD7;
}
</style>
border-color css
<style>
span { border-color: #466DD7; }
span { border-color: rgb(70,109,215); }
td.TdClassName
{
border-color: #466DD7;
}
.TagClassName
{
border-color: #466DD7;
}
</style>