Shades of Royal Blue #466CEB
Tints of Royal Blue #466CEB
RGB
CMYK
RGB Variations
Color information
#466CEB (or 0x466CEB) is known color: Royal Blue. HEX triplet: 46, 6C and EB. RGB value is (70,108,235). Sum of RGB (Red+Green+Blue) = 70+108+235=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #466CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CEB is #B99314. Grayscale: #6E6E6E. Windows color (decimal): -12161813 or 15428678. OLE color: 15428678.
HSL color Cylindrical-coordinate representation of color #466CEB: hue angle of 226.18º 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 #466CEB is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 108 | 235 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.08 |
| HSL | 226.18º | 0.8% | 0.6% | - |
| HSV(B) | 226.18º | 0.7% | 0.92% | - |
| XYZ | 22.88 | 18.03 | 80.87 | - |
| YUV | 111.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 235 | 0.70 | 0.54 | 0 | 0.08 | 226.18 | 0.8 | 0.6 |
| Hex | 46 | 6C | EB | 46 | 36 | 0 | 8 | E2 | 50 | 3C |
| Octal | 106 | 154 | 353 | 106 | 66 | 0 | 10 | 342 | 120 | 74 |
| Binary | 1000110 | 1101100 | 11101011 | 1000110 | 110110 | 0 | 1000 | 11100010 | 1010000 | 111100 |
Color Harmonies of #466CEB
Complementary color
Monochromatic Colors of #466CEB
Black with #466CEB
Text Example
Text Example
White with #466CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CEB; }
p { color: rgb(70,108,235); }
H1.HeaderClassName
{
color: #466CEB;
}
.AnyTagClassName
{
color: #466CEB;
}
</style>
background-color css
<style>
a { background-color: #466CEB; }
a { background-color: rgb(70,108,235); }
div.DivClassName
{
background-color: #466CEB;
}
.BgClassName
{
background-color: #466CEB;
}
</style>
border-color css
<style>
span { border-color: #466CEB; }
span { border-color: rgb(70,108,235); }
td.TdClassName
{
border-color: #466CEB;
}
.TagClassName
{
border-color: #466CEB;
}
</style>