Shades of Royal Blue #466FD5
Tints of Royal Blue #466FD5
RGB
CMYK
RGB Variations
Color information
#466FD5 (or 0x466FD5) is known color: Royal Blue. HEX triplet: 46, 6F and D5. RGB value is (70,111,213). Sum of RGB (Red+Green+Blue) = 70+111+213=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #466FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FD5 is #B9902A. Grayscale: #6D6D6D. Windows color (decimal): -12161067 or 13987654. OLE color: 13987654.
HSL color Cylindrical-coordinate representation of color #466FD5: hue angle of 222.8º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466FD5 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 111 | 213 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.16 |
| HSL | 222.8º | 0.63% | 0.55% | - |
| HSV(B) | 222.8º | 0.67% | 0.84% | - |
| XYZ | 20.22 | 17.48 | 65.26 | - |
| YUV | 110.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 213 | 0.67 | 0.48 | 0 | 0.16 | 222.8 | 0.63 | 0.55 |
| Hex | 46 | 6F | D5 | 43 | 30 | 0 | 10 | DF | 3F | 37 |
| Octal | 106 | 157 | 325 | 103 | 60 | 0 | 20 | 337 | 77 | 67 |
| Binary | 1000110 | 1101111 | 11010101 | 1000011 | 110000 | 0 | 10000 | 11011111 | 111111 | 110111 |
Color Harmonies of #466FD5
Complementary color
Monochromatic Colors of #466FD5
Black with #466FD5
Text Example
Text Example
White with #466FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FD5; }
p { color: rgb(70,111,213); }
H1.HeaderClassName
{
color: #466FD5;
}
.AnyTagClassName
{
color: #466FD5;
}
</style>
background-color css
<style>
a { background-color: #466FD5; }
a { background-color: rgb(70,111,213); }
div.DivClassName
{
background-color: #466FD5;
}
.BgClassName
{
background-color: #466FD5;
}
</style>
border-color css
<style>
span { border-color: #466FD5; }
span { border-color: rgb(70,111,213); }
td.TdClassName
{
border-color: #466FD5;
}
.TagClassName
{
border-color: #466FD5;
}
</style>