Shades of Royal Blue #466EEF
Tints of Royal Blue #466EEF
RGB
CMYK
RGB Variations
Color information
#466EEF (or 0x466EEF) is known color: Royal Blue. HEX triplet: 46, 6E and EF. RGB value is (70,110,239). Sum of RGB (Red+Green+Blue) = 70+110+239=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #466EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EEF is #B99110. Grayscale: #707070. Windows color (decimal): -12161297 or 15691334. OLE color: 15691334.
HSL color Cylindrical-coordinate representation of color #466EEF: hue angle of 225.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #466EEF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 110 | 239 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.06 |
| HSL | 225.8º | 0.84% | 0.61% | - |
| HSV(B) | 225.8º | 0.71% | 0.94% | - |
| XYZ | 23.68 | 18.69 | 84.02 | - |
| YUV | 112.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 239 | 0.71 | 0.54 | 0 | 0.06 | 225.8 | 0.84 | 0.61 |
| Hex | 46 | 6E | EF | 47 | 36 | 0 | 6 | E2 | 54 | 3D |
| Octal | 106 | 156 | 357 | 107 | 66 | 0 | 6 | 342 | 124 | 75 |
| Binary | 1000110 | 1101110 | 11101111 | 1000111 | 110110 | 0 | 110 | 11100010 | 1010100 | 111101 |
Color Harmonies of #466EEF
Complementary color
Monochromatic Colors of #466EEF
Black with #466EEF
Text Example
Text Example
White with #466EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EEF; }
p { color: rgb(70,110,239); }
H1.HeaderClassName
{
color: #466EEF;
}
.AnyTagClassName
{
color: #466EEF;
}
</style>
background-color css
<style>
a { background-color: #466EEF; }
a { background-color: rgb(70,110,239); }
div.DivClassName
{
background-color: #466EEF;
}
.BgClassName
{
background-color: #466EEF;
}
</style>
border-color css
<style>
span { border-color: #466EEF; }
span { border-color: rgb(70,110,239); }
td.TdClassName
{
border-color: #466EEF;
}
.TagClassName
{
border-color: #466EEF;
}
</style>