Shades of Royal Blue #466CE0
Tints of Royal Blue #466CE0
RGB
CMYK
RGB Variations
Color information
#466CE0 (or 0x466CE0) is known color: Royal Blue. HEX triplet: 46, 6C and E0. RGB value is (70,108,224). Sum of RGB (Red+Green+Blue) = 70+108+224=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #466CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CE0 is #B9931F. Grayscale: #6D6D6D. Windows color (decimal): -12161824 or 14707782. OLE color: 14707782.
HSL color Cylindrical-coordinate representation of color #466CE0: hue angle of 225.19º degrees, saturation: 0.71, 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 #466CE0 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 108 | 224 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.12 |
| HSL | 225.19º | 0.71% | 0.58% | - |
| HSV(B) | 225.19º | 0.69% | 0.88% | - |
| XYZ | 21.34 | 17.41 | 72.76 | - |
| YUV | 109.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 224 | 0.69 | 0.52 | 0 | 0.12 | 225.19 | 0.71 | 0.58 |
| Hex | 46 | 6C | E0 | 45 | 34 | 0 | C | E1 | 47 | 3A |
| Octal | 106 | 154 | 340 | 105 | 64 | 0 | 14 | 341 | 107 | 72 |
| Binary | 1000110 | 1101100 | 11100000 | 1000101 | 110100 | 0 | 1100 | 11100001 | 1000111 | 111010 |
Color Harmonies of #466CE0
Complementary color
Monochromatic Colors of #466CE0
Black with #466CE0
Text Example
Text Example
White with #466CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CE0; }
p { color: rgb(70,108,224); }
H1.HeaderClassName
{
color: #466CE0;
}
.AnyTagClassName
{
color: #466CE0;
}
</style>
background-color css
<style>
a { background-color: #466CE0; }
a { background-color: rgb(70,108,224); }
div.DivClassName
{
background-color: #466CE0;
}
.BgClassName
{
background-color: #466CE0;
}
</style>
border-color css
<style>
span { border-color: #466CE0; }
span { border-color: rgb(70,108,224); }
td.TdClassName
{
border-color: #466CE0;
}
.TagClassName
{
border-color: #466CE0;
}
</style>