Shades of Royal Blue #466FD4
Tints of Royal Blue #466FD4
RGB
CMYK
RGB Variations
Color information
#466FD4 (or 0x466FD4) is known color: Royal Blue. HEX triplet: 46, 6F and D4. RGB value is (70,111,212). Sum of RGB (Red+Green+Blue) = 70+111+212=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #466FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FD4 is #B9902B. Grayscale: #6D6D6D. Windows color (decimal): -12161068 or 13922118. OLE color: 13922118.
HSL color Cylindrical-coordinate representation of color #466FD4: hue angle of 222.68º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466FD4 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 111 | 212 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.17 |
| HSL | 222.68º | 0.62% | 0.55% | - |
| HSV(B) | 222.68º | 0.67% | 0.83% | - |
| XYZ | 20.09 | 17.42 | 64.59 | - |
| YUV | 110.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 212 | 0.67 | 0.48 | 0 | 0.17 | 222.68 | 0.62 | 0.55 |
| Hex | 46 | 6F | D4 | 43 | 30 | 0 | 11 | DF | 3E | 37 |
| Octal | 106 | 157 | 324 | 103 | 60 | 0 | 21 | 337 | 76 | 67 |
| Binary | 1000110 | 1101111 | 11010100 | 1000011 | 110000 | 0 | 10001 | 11011111 | 111110 | 110111 |
Color Harmonies of #466FD4
Complementary color
Monochromatic Colors of #466FD4
Black with #466FD4
Text Example
Text Example
White with #466FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FD4; }
p { color: rgb(70,111,212); }
H1.HeaderClassName
{
color: #466FD4;
}
.AnyTagClassName
{
color: #466FD4;
}
</style>
background-color css
<style>
a { background-color: #466FD4; }
a { background-color: rgb(70,111,212); }
div.DivClassName
{
background-color: #466FD4;
}
.BgClassName
{
background-color: #466FD4;
}
</style>
border-color css
<style>
span { border-color: #466FD4; }
span { border-color: rgb(70,111,212); }
td.TdClassName
{
border-color: #466FD4;
}
.TagClassName
{
border-color: #466FD4;
}
</style>