Shades of Royal Blue #466FFA
Tints of Royal Blue #466FFA
RGB
CMYK
RGB Variations
Color information
#466FFA (or 0x466FFA) is known color: Royal Blue. HEX triplet: 46, 6F and FA. RGB value is (70,111,250). Sum of RGB (Red+Green+Blue) = 70+111+250=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #466FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFA is #B99005. Grayscale: #717171. Windows color (decimal): -12161030 or 16412486. OLE color: 16412486.
HSL color Cylindrical-coordinate representation of color #466FFA: hue angle of 226.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466FFA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 111 | 250 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.02 |
| HSL | 226.33º | 0.95% | 0.63% | - |
| HSV(B) | 226.33º | 0.72% | 0.98% | - |
| XYZ | 25.47 | 19.57 | 92.88 | - |
| YUV | 114.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 250 | 0.72 | 0.56 | 0 | 0.02 | 226.33 | 0.95 | 0.63 |
| Hex | 46 | 6F | FA | 48 | 38 | 0 | 2 | E2 | 5F | 3F |
| Octal | 106 | 157 | 372 | 110 | 70 | 0 | 2 | 342 | 137 | 77 |
| Binary | 1000110 | 1101111 | 11111010 | 1001000 | 111000 | 0 | 10 | 11100010 | 1011111 | 111111 |
Color Harmonies of #466FFA
Complementary color
Monochromatic Colors of #466FFA
Black with #466FFA
Text Example
Text Example
White with #466FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FFA; }
p { color: rgb(70,111,250); }
H1.HeaderClassName
{
color: #466FFA;
}
.AnyTagClassName
{
color: #466FFA;
}
</style>
background-color css
<style>
a { background-color: #466FFA; }
a { background-color: rgb(70,111,250); }
div.DivClassName
{
background-color: #466FFA;
}
.BgClassName
{
background-color: #466FFA;
}
</style>
border-color css
<style>
span { border-color: #466FFA; }
span { border-color: rgb(70,111,250); }
td.TdClassName
{
border-color: #466FFA;
}
.TagClassName
{
border-color: #466FFA;
}
</style>