Shades of Royal Blue #466AFC
Tints of Royal Blue #466AFC
RGB
CMYK
RGB Variations
Color information
#466AFC (or 0x466AFC) is known color: Royal Blue. HEX triplet: 46, 6A and FC. RGB value is (70,106,252). Sum of RGB (Red+Green+Blue) = 70+106+252=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #466AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466AFC is #B99503. Grayscale: #6F6F6F. Windows color (decimal): -12162308 or 16542278. OLE color: 16542278.
HSL color Cylindrical-coordinate representation of color #466AFC: hue angle of 228.13º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466AFC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 106 | 252 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.01 |
| HSL | 228.13º | 0.97% | 0.63% | - |
| HSV(B) | 228.13º | 0.72% | 0.99% | - |
| XYZ | 25.25 | 18.64 | 94.36 | - |
| YUV | 111.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 252 | 0.72 | 0.58 | 0 | 0.01 | 228.13 | 0.97 | 0.63 |
| Hex | 46 | 6A | FC | 48 | 3A | 0 | 1 | E4 | 61 | 3F |
| Octal | 106 | 152 | 374 | 110 | 72 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000110 | 1101010 | 11111100 | 1001000 | 111010 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #466AFC
Complementary color
Monochromatic Colors of #466AFC
Black with #466AFC
Text Example
Text Example
White with #466AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AFC; }
p { color: rgb(70,106,252); }
H1.HeaderClassName
{
color: #466AFC;
}
.AnyTagClassName
{
color: #466AFC;
}
</style>
background-color css
<style>
a { background-color: #466AFC; }
a { background-color: rgb(70,106,252); }
div.DivClassName
{
background-color: #466AFC;
}
.BgClassName
{
background-color: #466AFC;
}
</style>
border-color css
<style>
span { border-color: #466AFC; }
span { border-color: rgb(70,106,252); }
td.TdClassName
{
border-color: #466AFC;
}
.TagClassName
{
border-color: #466AFC;
}
</style>