Shades of Royal Blue #466FD1
Tints of Royal Blue #466FD1
RGB
CMYK
RGB Variations
Color information
#466FD1 (or 0x466FD1) is known color: Royal Blue. HEX triplet: 46, 6F and D1. RGB value is (70,111,209). Sum of RGB (Red+Green+Blue) = 70+111+209=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #466FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FD1 is #B9902E. Grayscale: #6D6D6D. Windows color (decimal): -12161071 or 13725510. OLE color: 13725510.
HSL color Cylindrical-coordinate representation of color #466FD1: hue angle of 222.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466FD1 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 111 | 209 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.18 |
| HSL | 222.3º | 0.6% | 0.55% | - |
| HSV(B) | 222.3º | 0.67% | 0.82% | - |
| XYZ | 19.72 | 17.27 | 62.62 | - |
| YUV | 109.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 209 | 0.67 | 0.47 | 0 | 0.18 | 222.3 | 0.6 | 0.55 |
| Hex | 46 | 6F | D1 | 43 | 2F | 0 | 12 | DE | 3C | 37 |
| Octal | 106 | 157 | 321 | 103 | 57 | 0 | 22 | 336 | 74 | 67 |
| Binary | 1000110 | 1101111 | 11010001 | 1000011 | 101111 | 0 | 10010 | 11011110 | 111100 | 110111 |
Color Harmonies of #466FD1
Complementary color
Monochromatic Colors of #466FD1
Black with #466FD1
Text Example
Text Example
White with #466FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FD1; }
p { color: rgb(70,111,209); }
H1.HeaderClassName
{
color: #466FD1;
}
.AnyTagClassName
{
color: #466FD1;
}
</style>
background-color css
<style>
a { background-color: #466FD1; }
a { background-color: rgb(70,111,209); }
div.DivClassName
{
background-color: #466FD1;
}
.BgClassName
{
background-color: #466FD1;
}
</style>
border-color css
<style>
span { border-color: #466FD1; }
span { border-color: rgb(70,111,209); }
td.TdClassName
{
border-color: #466FD1;
}
.TagClassName
{
border-color: #466FD1;
}
</style>