Shades of Royal Blue #466FE6
Tints of Royal Blue #466FE6
RGB
CMYK
RGB Variations
Color information
#466FE6 (or 0x466FE6) is known color: Royal Blue. HEX triplet: 46, 6F and E6. RGB value is (70,111,230). Sum of RGB (Red+Green+Blue) = 70+111+230=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #466FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FE6 is #B99019. Grayscale: #6F6F6F. Windows color (decimal): -12161050 or 15101766. OLE color: 15101766.
HSL color Cylindrical-coordinate representation of color #466FE6: hue angle of 224.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466FE6 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 111 | 230 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.10 |
| HSL | 224.63º | 0.76% | 0.59% | - |
| HSV(B) | 224.63º | 0.7% | 0.9% | - |
| XYZ | 22.49 | 18.38 | 77.23 | - |
| YUV | 112.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 230 | 0.70 | 0.52 | 0 | 0.10 | 224.63 | 0.76 | 0.59 |
| Hex | 46 | 6F | E6 | 46 | 34 | 0 | A | E1 | 4C | 3B |
| Octal | 106 | 157 | 346 | 106 | 64 | 0 | 12 | 341 | 114 | 73 |
| Binary | 1000110 | 1101111 | 11100110 | 1000110 | 110100 | 0 | 1010 | 11100001 | 1001100 | 111011 |
Color Harmonies of #466FE6
Complementary color
Monochromatic Colors of #466FE6
Black with #466FE6
Text Example
Text Example
White with #466FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FE6; }
p { color: rgb(70,111,230); }
H1.HeaderClassName
{
color: #466FE6;
}
.AnyTagClassName
{
color: #466FE6;
}
</style>
background-color css
<style>
a { background-color: #466FE6; }
a { background-color: rgb(70,111,230); }
div.DivClassName
{
background-color: #466FE6;
}
.BgClassName
{
background-color: #466FE6;
}
</style>
border-color css
<style>
span { border-color: #466FE6; }
span { border-color: rgb(70,111,230); }
td.TdClassName
{
border-color: #466FE6;
}
.TagClassName
{
border-color: #466FE6;
}
</style>