Shades of Royal Blue #466AFB
Tints of Royal Blue #466AFB
RGB
CMYK
RGB Variations
Color information
#466AFB (or 0x466AFB) is known color: Royal Blue. HEX triplet: 46, 6A and FB. RGB value is (70,106,251). Sum of RGB (Red+Green+Blue) = 70+106+251=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #466AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466AFB is #B99504. Grayscale: #6F6F6F. Windows color (decimal): -12162309 or 16476742. OLE color: 16476742.
HSL color Cylindrical-coordinate representation of color #466AFB: hue angle of 228.07º degrees, saturation: 0.96, 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 #466AFB is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 106 | 251 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.02 |
| HSL | 228.07º | 0.96% | 0.63% | - |
| HSV(B) | 228.07º | 0.72% | 0.98% | - |
| XYZ | 25.09 | 18.58 | 93.53 | - |
| YUV | 111.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 251 | 0.72 | 0.58 | 0 | 0.02 | 228.07 | 0.96 | 0.63 |
| Hex | 46 | 6A | FB | 48 | 3A | 0 | 2 | E4 | 60 | 3F |
| Octal | 106 | 152 | 373 | 110 | 72 | 0 | 2 | 344 | 140 | 77 |
| Binary | 1000110 | 1101010 | 11111011 | 1001000 | 111010 | 0 | 10 | 11100100 | 1100000 | 111111 |
Color Harmonies of #466AFB
Complementary color
Monochromatic Colors of #466AFB
Black with #466AFB
Text Example
Text Example
White with #466AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AFB; }
p { color: rgb(70,106,251); }
H1.HeaderClassName
{
color: #466AFB;
}
.AnyTagClassName
{
color: #466AFB;
}
</style>
background-color css
<style>
a { background-color: #466AFB; }
a { background-color: rgb(70,106,251); }
div.DivClassName
{
background-color: #466AFB;
}
.BgClassName
{
background-color: #466AFB;
}
</style>
border-color css
<style>
span { border-color: #466AFB; }
span { border-color: rgb(70,106,251); }
td.TdClassName
{
border-color: #466AFB;
}
.TagClassName
{
border-color: #466AFB;
}
</style>