Shades of Royal Blue #466EC7
Tints of Royal Blue #466EC7
RGB
CMYK
RGB Variations
Color information
#466EC7 (or 0x466EC7) is known color: Royal Blue. HEX triplet: 46, 6E and C7. RGB value is (70,110,199). Sum of RGB (Red+Green+Blue) = 70+110+199=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #466EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EC7 is #B99138. Grayscale: #6B6B6B. Windows color (decimal): -12161337 or 13069894. OLE color: 13069894.
HSL color Cylindrical-coordinate representation of color #466EC7: hue angle of 221.4º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466EC7 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 110 | 199 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.22 |
| HSL | 221.4º | 0.54% | 0.53% | - |
| HSV(B) | 221.4º | 0.65% | 0.78% | - |
| XYZ | 18.41 | 16.58 | 56.26 | - |
| YUV | 108.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 199 | 0.65 | 0.45 | 0 | 0.22 | 221.4 | 0.54 | 0.53 |
| Hex | 46 | 6E | C7 | 41 | 2D | 0 | 16 | DD | 36 | 35 |
| Octal | 106 | 156 | 307 | 101 | 55 | 0 | 26 | 335 | 66 | 65 |
| Binary | 1000110 | 1101110 | 11000111 | 1000001 | 101101 | 0 | 10110 | 11011101 | 110110 | 110101 |
Color Harmonies of #466EC7
Complementary color
Monochromatic Colors of #466EC7
Black with #466EC7
Text Example
Text Example
White with #466EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EC7; }
p { color: rgb(70,110,199); }
H1.HeaderClassName
{
color: #466EC7;
}
.AnyTagClassName
{
color: #466EC7;
}
</style>
background-color css
<style>
a { background-color: #466EC7; }
a { background-color: rgb(70,110,199); }
div.DivClassName
{
background-color: #466EC7;
}
.BgClassName
{
background-color: #466EC7;
}
</style>
border-color css
<style>
span { border-color: #466EC7; }
span { border-color: rgb(70,110,199); }
td.TdClassName
{
border-color: #466EC7;
}
.TagClassName
{
border-color: #466EC7;
}
</style>