Shades of Royal Blue #466FDD
Tints of Royal Blue #466FDD
RGB
CMYK
RGB Variations
Color information
#466FDD (or 0x466FDD) is known color: Royal Blue. HEX triplet: 46, 6F and DD. RGB value is (70,111,221). Sum of RGB (Red+Green+Blue) = 70+111+221=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #466FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FDD is #B99022. Grayscale: #6E6E6E. Windows color (decimal): -12161059 or 14511942. OLE color: 14511942.
HSL color Cylindrical-coordinate representation of color #466FDD: hue angle of 223.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466FDD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 111 | 221 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.13 |
| HSL | 223.71º | 0.69% | 0.57% | - |
| HSV(B) | 223.71º | 0.68% | 0.87% | - |
| XYZ | 21.26 | 17.89 | 70.74 | - |
| YUV | 111.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 221 | 0.68 | 0.50 | 0 | 0.13 | 223.71 | 0.69 | 0.57 |
| Hex | 46 | 6F | DD | 44 | 32 | 0 | D | E0 | 45 | 39 |
| Octal | 106 | 157 | 335 | 104 | 62 | 0 | 15 | 340 | 105 | 71 |
| Binary | 1000110 | 1101111 | 11011101 | 1000100 | 110010 | 0 | 1101 | 11100000 | 1000101 | 111001 |
Color Harmonies of #466FDD
Complementary color
Monochromatic Colors of #466FDD
Black with #466FDD
Text Example
Text Example
White with #466FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FDD; }
p { color: rgb(70,111,221); }
H1.HeaderClassName
{
color: #466FDD;
}
.AnyTagClassName
{
color: #466FDD;
}
</style>
background-color css
<style>
a { background-color: #466FDD; }
a { background-color: rgb(70,111,221); }
div.DivClassName
{
background-color: #466FDD;
}
.BgClassName
{
background-color: #466FDD;
}
</style>
border-color css
<style>
span { border-color: #466FDD; }
span { border-color: rgb(70,111,221); }
td.TdClassName
{
border-color: #466FDD;
}
.TagClassName
{
border-color: #466FDD;
}
</style>