Shades of Royal Blue #466BFA
Tints of Royal Blue #466BFA
RGB
CMYK
RGB Variations
Color information
#466BFA (or 0x466BFA) is known color: Royal Blue. HEX triplet: 46, 6B and FA. RGB value is (70,107,250). Sum of RGB (Red+Green+Blue) = 70+107+250=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #466BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BFA is #B99405. Grayscale: #6F6F6F. Windows color (decimal): -12162054 or 16411462. OLE color: 16411462.
HSL color Cylindrical-coordinate representation of color #466BFA: hue angle of 227.67º 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 #466BFA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 107 | 250 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.02 |
| HSL | 227.67º | 0.95% | 0.63% | - |
| HSV(B) | 227.67º | 0.72% | 0.98% | - |
| XYZ | 25.04 | 18.72 | 92.74 | - |
| YUV | 112.24 | 205.74 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 250 | 0.72 | 0.57 | 0 | 0.02 | 227.67 | 0.95 | 0.63 |
| Hex | 46 | 6B | FA | 48 | 39 | 0 | 2 | E4 | 5F | 3F |
| Octal | 106 | 153 | 372 | 110 | 71 | 0 | 2 | 344 | 137 | 77 |
| Binary | 1000110 | 1101011 | 11111010 | 1001000 | 111001 | 0 | 10 | 11100100 | 1011111 | 111111 |
Color Harmonies of #466BFA
Complementary color
Monochromatic Colors of #466BFA
Black with #466BFA
Text Example
Text Example
White with #466BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BFA; }
p { color: rgb(70,107,250); }
H1.HeaderClassName
{
color: #466BFA;
}
.AnyTagClassName
{
color: #466BFA;
}
</style>
background-color css
<style>
a { background-color: #466BFA; }
a { background-color: rgb(70,107,250); }
div.DivClassName
{
background-color: #466BFA;
}
.BgClassName
{
background-color: #466BFA;
}
</style>
border-color css
<style>
span { border-color: #466BFA; }
span { border-color: rgb(70,107,250); }
td.TdClassName
{
border-color: #466BFA;
}
.TagClassName
{
border-color: #466BFA;
}
</style>