Shades of Royal Blue #466AFF
Tints of Royal Blue #466AFF
RGB
CMYK
RGB Variations
Color information
#466AFF (or 0x466AFF) is known color: Royal Blue. HEX triplet: 46, 6A and FF. RGB value is (70,106,255). Sum of RGB (Red+Green+Blue) = 70+106+255=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #466AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466AFF is #B99500. Grayscale: #6F6F6F. Windows color (decimal): -12162305 or 16738886. OLE color: 16738886.
HSL color Cylindrical-coordinate representation of color #466AFF: hue angle of 228.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #466AFF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 106 | 255 | - |
| CMYK | 0.73 | 0.58 | 0 | 0 |
| HSL | 228.32º | 1% | 0.64% | - |
| HSV(B) | 228.32º | 0.73% | 1% | - |
| XYZ | 25.73 | 18.83 | 96.89 | - |
| YUV | 112.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 255 | 0.73 | 0.58 | 0 | 0 | 228.32 | 1 | 0.64 |
| Hex | 46 | 6A | FF | 49 | 3A | 0 | 0 | E4 | 64 | 40 |
| Octal | 106 | 152 | 377 | 111 | 72 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1000110 | 1101010 | 11111111 | 1001001 | 111010 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #466AFF
Complementary color
Monochromatic Colors of #466AFF
Black with #466AFF
Text Example
Text Example
White with #466AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AFF; }
p { color: rgb(70,106,255); }
H1.HeaderClassName
{
color: #466AFF;
}
.AnyTagClassName
{
color: #466AFF;
}
</style>
background-color css
<style>
a { background-color: #466AFF; }
a { background-color: rgb(70,106,255); }
div.DivClassName
{
background-color: #466AFF;
}
.BgClassName
{
background-color: #466AFF;
}
</style>
border-color css
<style>
span { border-color: #466AFF; }
span { border-color: rgb(70,106,255); }
td.TdClassName
{
border-color: #466AFF;
}
.TagClassName
{
border-color: #466AFF;
}
</style>