Shades of Royal Blue #466CE8
Tints of Royal Blue #466CE8
RGB
CMYK
RGB Variations
Color information
#466CE8 (or 0x466CE8) is known color: Royal Blue. HEX triplet: 46, 6C and E8. RGB value is (70,108,232). Sum of RGB (Red+Green+Blue) = 70+108+232=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #466CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CE8 is #B99317. Grayscale: #6E6E6E. Windows color (decimal): -12161816 or 15232070. OLE color: 15232070.
HSL color Cylindrical-coordinate representation of color #466CE8: hue angle of 225.93º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466CE8 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 108 | 232 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.09 |
| HSL | 225.93º | 0.78% | 0.59% | - |
| HSV(B) | 225.93º | 0.7% | 0.91% | - |
| XYZ | 22.45 | 17.85 | 78.61 | - |
| YUV | 110.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 232 | 0.70 | 0.53 | 0 | 0.09 | 225.93 | 0.78 | 0.59 |
| Hex | 46 | 6C | E8 | 46 | 35 | 0 | 9 | E2 | 4E | 3B |
| Octal | 106 | 154 | 350 | 106 | 65 | 0 | 11 | 342 | 116 | 73 |
| Binary | 1000110 | 1101100 | 11101000 | 1000110 | 110101 | 0 | 1001 | 11100010 | 1001110 | 111011 |
Color Harmonies of #466CE8
Complementary color
Monochromatic Colors of #466CE8
Black with #466CE8
Text Example
Text Example
White with #466CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CE8; }
p { color: rgb(70,108,232); }
H1.HeaderClassName
{
color: #466CE8;
}
.AnyTagClassName
{
color: #466CE8;
}
</style>
background-color css
<style>
a { background-color: #466CE8; }
a { background-color: rgb(70,108,232); }
div.DivClassName
{
background-color: #466CE8;
}
.BgClassName
{
background-color: #466CE8;
}
</style>
border-color css
<style>
span { border-color: #466CE8; }
span { border-color: rgb(70,108,232); }
td.TdClassName
{
border-color: #466CE8;
}
.TagClassName
{
border-color: #466CE8;
}
</style>