Shades of Royal Blue #466BD9
Tints of Royal Blue #466BD9
RGB
CMYK
RGB Variations
Color information
#466BD9 (or 0x466BD9) is known color: Royal Blue. HEX triplet: 46, 6B and D9. RGB value is (70,107,217). Sum of RGB (Red+Green+Blue) = 70+107+217=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #466BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BD9 is #B99426. Grayscale: #6C6C6C. Windows color (decimal): -12162087 or 14248774. OLE color: 14248774.
HSL color Cylindrical-coordinate representation of color #466BD9: hue angle of 224.9º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466BD9 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 107 | 217 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.15 |
| HSL | 224.9º | 0.66% | 0.56% | - |
| HSV(B) | 224.9º | 0.68% | 0.85% | - |
| XYZ | 20.31 | 16.83 | 67.82 | - |
| YUV | 108.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 217 | 0.68 | 0.51 | 0 | 0.15 | 224.9 | 0.66 | 0.56 |
| Hex | 46 | 6B | D9 | 44 | 33 | 0 | F | E1 | 42 | 38 |
| Octal | 106 | 153 | 331 | 104 | 63 | 0 | 17 | 341 | 102 | 70 |
| Binary | 1000110 | 1101011 | 11011001 | 1000100 | 110011 | 0 | 1111 | 11100001 | 1000010 | 111000 |
Color Harmonies of #466BD9
Complementary color
Monochromatic Colors of #466BD9
Black with #466BD9
Text Example
Text Example
White with #466BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BD9; }
p { color: rgb(70,107,217); }
H1.HeaderClassName
{
color: #466BD9;
}
.AnyTagClassName
{
color: #466BD9;
}
</style>
background-color css
<style>
a { background-color: #466BD9; }
a { background-color: rgb(70,107,217); }
div.DivClassName
{
background-color: #466BD9;
}
.BgClassName
{
background-color: #466BD9;
}
</style>
border-color css
<style>
span { border-color: #466BD9; }
span { border-color: rgb(70,107,217); }
td.TdClassName
{
border-color: #466BD9;
}
.TagClassName
{
border-color: #466BD9;
}
</style>