Shades of Royal Blue #466DE1
Tints of Royal Blue #466DE1
RGB
CMYK
RGB Variations
Color information
#466DE1 (or 0x466DE1) is known color: Royal Blue. HEX triplet: 46, 6D and E1. RGB value is (70,109,225). Sum of RGB (Red+Green+Blue) = 70+109+225=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #466DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DE1 is #B9921E. Grayscale: #6E6E6E. Windows color (decimal): -12161567 or 14773574. OLE color: 14773574.
HSL color Cylindrical-coordinate representation of color #466DE1: hue angle of 224.9º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466DE1 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 109 | 225 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.12 |
| HSL | 224.9º | 0.72% | 0.58% | - |
| HSV(B) | 224.9º | 0.69% | 0.88% | - |
| XYZ | 21.59 | 17.68 | 73.51 | - |
| YUV | 110.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 225 | 0.69 | 0.52 | 0 | 0.12 | 224.9 | 0.72 | 0.58 |
| Hex | 46 | 6D | E1 | 45 | 34 | 0 | C | E1 | 48 | 3A |
| Octal | 106 | 155 | 341 | 105 | 64 | 0 | 14 | 341 | 110 | 72 |
| Binary | 1000110 | 1101101 | 11100001 | 1000101 | 110100 | 0 | 1100 | 11100001 | 1001000 | 111010 |
Color Harmonies of #466DE1
Complementary color
Monochromatic Colors of #466DE1
Black with #466DE1
Text Example
Text Example
White with #466DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DE1; }
p { color: rgb(70,109,225); }
H1.HeaderClassName
{
color: #466DE1;
}
.AnyTagClassName
{
color: #466DE1;
}
</style>
background-color css
<style>
a { background-color: #466DE1; }
a { background-color: rgb(70,109,225); }
div.DivClassName
{
background-color: #466DE1;
}
.BgClassName
{
background-color: #466DE1;
}
</style>
border-color css
<style>
span { border-color: #466DE1; }
span { border-color: rgb(70,109,225); }
td.TdClassName
{
border-color: #466DE1;
}
.TagClassName
{
border-color: #466DE1;
}
</style>