Shades of Royal Blue #466BEC
Tints of Royal Blue #466BEC
RGB
CMYK
RGB Variations
Color information
#466BEC (or 0x466BEC) is known color: Royal Blue. HEX triplet: 46, 6B and EC. RGB value is (70,107,236). Sum of RGB (Red+Green+Blue) = 70+107+236=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #466BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BEC is #B99413. Grayscale: #6E6E6E. Windows color (decimal): -12162068 or 15493958. OLE color: 15493958.
HSL color Cylindrical-coordinate representation of color #466BEC: hue angle of 226.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466BEC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 107 | 236 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.07 |
| HSL | 226.63º | 0.81% | 0.6% | - |
| HSV(B) | 226.63º | 0.7% | 0.93% | - |
| XYZ | 22.92 | 17.87 | 81.6 | - |
| YUV | 110.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 236 | 0.70 | 0.55 | 0 | 0.07 | 226.63 | 0.81 | 0.6 |
| Hex | 46 | 6B | EC | 46 | 37 | 0 | 7 | E3 | 51 | 3C |
| Octal | 106 | 153 | 354 | 106 | 67 | 0 | 7 | 343 | 121 | 74 |
| Binary | 1000110 | 1101011 | 11101100 | 1000110 | 110111 | 0 | 111 | 11100011 | 1010001 | 111100 |
Color Harmonies of #466BEC
Complementary color
Monochromatic Colors of #466BEC
Black with #466BEC
Text Example
Text Example
White with #466BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BEC; }
p { color: rgb(70,107,236); }
H1.HeaderClassName
{
color: #466BEC;
}
.AnyTagClassName
{
color: #466BEC;
}
</style>
background-color css
<style>
a { background-color: #466BEC; }
a { background-color: rgb(70,107,236); }
div.DivClassName
{
background-color: #466BEC;
}
.BgClassName
{
background-color: #466BEC;
}
</style>
border-color css
<style>
span { border-color: #466BEC; }
span { border-color: rgb(70,107,236); }
td.TdClassName
{
border-color: #466BEC;
}
.TagClassName
{
border-color: #466BEC;
}
</style>