Shades of Royal Blue #466ED3
Tints of Royal Blue #466ED3
RGB
CMYK
RGB Variations
Color information
#466ED3 (or 0x466ED3) is known color: Royal Blue. HEX triplet: 46, 6E and D3. RGB value is (70,110,211). Sum of RGB (Red+Green+Blue) = 70+110+211=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #466ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ED3 is #B9912C. Grayscale: #6D6D6D. Windows color (decimal): -12161325 or 13856326. OLE color: 13856326.
HSL color Cylindrical-coordinate representation of color #466ED3: hue angle of 222.98º 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 #466ED3 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 110 | 211 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.17 |
| HSL | 222.98º | 0.62% | 0.55% | - |
| HSV(B) | 222.98º | 0.67% | 0.83% | - |
| XYZ | 19.86 | 17.16 | 63.89 | - |
| YUV | 109.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 211 | 0.67 | 0.48 | 0 | 0.17 | 222.98 | 0.62 | 0.55 |
| Hex | 46 | 6E | D3 | 43 | 30 | 0 | 11 | DF | 3E | 37 |
| Octal | 106 | 156 | 323 | 103 | 60 | 0 | 21 | 337 | 76 | 67 |
| Binary | 1000110 | 1101110 | 11010011 | 1000011 | 110000 | 0 | 10001 | 11011111 | 111110 | 110111 |
Color Harmonies of #466ED3
Complementary color
Monochromatic Colors of #466ED3
Black with #466ED3
Text Example
Text Example
White with #466ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ED3; }
p { color: rgb(70,110,211); }
H1.HeaderClassName
{
color: #466ED3;
}
.AnyTagClassName
{
color: #466ED3;
}
</style>
background-color css
<style>
a { background-color: #466ED3; }
a { background-color: rgb(70,110,211); }
div.DivClassName
{
background-color: #466ED3;
}
.BgClassName
{
background-color: #466ED3;
}
</style>
border-color css
<style>
span { border-color: #466ED3; }
span { border-color: rgb(70,110,211); }
td.TdClassName
{
border-color: #466ED3;
}
.TagClassName
{
border-color: #466ED3;
}
</style>