Shades of Royal Blue #466AD1
Tints of Royal Blue #466AD1
RGB
CMYK
RGB Variations
Color information
#466AD1 (or 0x466AD1) is known color: Royal Blue. HEX triplet: 46, 6A and D1. RGB value is (70,106,209). Sum of RGB (Red+Green+Blue) = 70+106+209=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #466AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AD1 is #B9952E. Grayscale: #6A6A6A. Windows color (decimal): -12162351 or 13724230. OLE color: 13724230.
HSL color Cylindrical-coordinate representation of color #466AD1: hue angle of 224.46º 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 #466AD1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 106 | 209 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.18 |
| HSL | 224.46º | 0.6% | 0.55% | - |
| HSV(B) | 224.46º | 0.67% | 0.82% | - |
| XYZ | 19.19 | 16.21 | 62.44 | - |
| YUV | 106.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 209 | 0.67 | 0.49 | 0 | 0.18 | 224.46 | 0.6 | 0.55 |
| Hex | 46 | 6A | D1 | 43 | 31 | 0 | 12 | E0 | 3C | 37 |
| Octal | 106 | 152 | 321 | 103 | 61 | 0 | 22 | 340 | 74 | 67 |
| Binary | 1000110 | 1101010 | 11010001 | 1000011 | 110001 | 0 | 10010 | 11100000 | 111100 | 110111 |
Color Harmonies of #466AD1
Complementary color
Monochromatic Colors of #466AD1
Black with #466AD1
Text Example
Text Example
White with #466AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AD1; }
p { color: rgb(70,106,209); }
H1.HeaderClassName
{
color: #466AD1;
}
.AnyTagClassName
{
color: #466AD1;
}
</style>
background-color css
<style>
a { background-color: #466AD1; }
a { background-color: rgb(70,106,209); }
div.DivClassName
{
background-color: #466AD1;
}
.BgClassName
{
background-color: #466AD1;
}
</style>
border-color css
<style>
span { border-color: #466AD1; }
span { border-color: rgb(70,106,209); }
td.TdClassName
{
border-color: #466AD1;
}
.TagClassName
{
border-color: #466AD1;
}
</style>