Shades of Royal Blue #466FEB
Tints of Royal Blue #466FEB
RGB
CMYK
RGB Variations
Color information
#466FEB (or 0x466FEB) is known color: Royal Blue. HEX triplet: 46, 6F and EB. RGB value is (70,111,235). Sum of RGB (Red+Green+Blue) = 70+111+235=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #466FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FEB is #B99014. Grayscale: #707070. Windows color (decimal): -12161045 or 15429446. OLE color: 15429446.
HSL color Cylindrical-coordinate representation of color #466FEB: hue angle of 225.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466FEB is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 111 | 235 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.08 |
| HSL | 225.09º | 0.8% | 0.6% | - |
| HSV(B) | 225.09º | 0.7% | 0.92% | - |
| XYZ | 23.21 | 18.67 | 80.98 | - |
| YUV | 112.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 235 | 0.70 | 0.53 | 0 | 0.08 | 225.09 | 0.8 | 0.6 |
| Hex | 46 | 6F | EB | 46 | 35 | 0 | 8 | E1 | 50 | 3C |
| Octal | 106 | 157 | 353 | 106 | 65 | 0 | 10 | 341 | 120 | 74 |
| Binary | 1000110 | 1101111 | 11101011 | 1000110 | 110101 | 0 | 1000 | 11100001 | 1010000 | 111100 |
Color Harmonies of #466FEB
Complementary color
Monochromatic Colors of #466FEB
Black with #466FEB
Text Example
Text Example
White with #466FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FEB; }
p { color: rgb(70,111,235); }
H1.HeaderClassName
{
color: #466FEB;
}
.AnyTagClassName
{
color: #466FEB;
}
</style>
background-color css
<style>
a { background-color: #466FEB; }
a { background-color: rgb(70,111,235); }
div.DivClassName
{
background-color: #466FEB;
}
.BgClassName
{
background-color: #466FEB;
}
</style>
border-color css
<style>
span { border-color: #466FEB; }
span { border-color: rgb(70,111,235); }
td.TdClassName
{
border-color: #466FEB;
}
.TagClassName
{
border-color: #466FEB;
}
</style>