Shades of Royal Blue #466EEE
Tints of Royal Blue #466EEE
RGB
CMYK
RGB Variations
Color information
#466EEE (or 0x466EEE) is known color: Royal Blue. HEX triplet: 46, 6E and EE. RGB value is (70,110,238). Sum of RGB (Red+Green+Blue) = 70+110+238=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #466EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EEE is #B99111. Grayscale: #707070. Windows color (decimal): -12161298 or 15625798. OLE color: 15625798.
HSL color Cylindrical-coordinate representation of color #466EEE: hue angle of 225.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #466EEE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 110 | 238 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.07 |
| HSL | 225.71º | 0.83% | 0.6% | - |
| HSV(B) | 225.71º | 0.71% | 0.93% | - |
| XYZ | 23.53 | 18.63 | 83.24 | - |
| YUV | 112.63 | 198.75 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 238 | 0.71 | 0.54 | 0 | 0.07 | 225.71 | 0.83 | 0.6 |
| Hex | 46 | 6E | EE | 47 | 36 | 0 | 7 | E2 | 53 | 3C |
| Octal | 106 | 156 | 356 | 107 | 66 | 0 | 7 | 342 | 123 | 74 |
| Binary | 1000110 | 1101110 | 11101110 | 1000111 | 110110 | 0 | 111 | 11100010 | 1010011 | 111100 |
Color Harmonies of #466EEE
Complementary color
Monochromatic Colors of #466EEE
Black with #466EEE
Text Example
Text Example
White with #466EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EEE; }
p { color: rgb(70,110,238); }
H1.HeaderClassName
{
color: #466EEE;
}
.AnyTagClassName
{
color: #466EEE;
}
</style>
background-color css
<style>
a { background-color: #466EEE; }
a { background-color: rgb(70,110,238); }
div.DivClassName
{
background-color: #466EEE;
}
.BgClassName
{
background-color: #466EEE;
}
</style>
border-color css
<style>
span { border-color: #466EEE; }
span { border-color: rgb(70,110,238); }
td.TdClassName
{
border-color: #466EEE;
}
.TagClassName
{
border-color: #466EEE;
}
</style>