Shades of Royal Blue #466BFC
Tints of Royal Blue #466BFC
RGB
CMYK
RGB Variations
Color information
#466BFC (or 0x466BFC) is known color: Royal Blue. HEX triplet: 46, 6B and FC. RGB value is (70,107,252). Sum of RGB (Red+Green+Blue) = 70+107+252=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #466BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BFC is #B99403. Grayscale: #6F6F6F. Windows color (decimal): -12162052 or 16542534. OLE color: 16542534.
HSL color Cylindrical-coordinate representation of color #466BFC: hue angle of 227.8º 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 #466BFC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 107 | 252 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.01 |
| HSL | 227.8º | 0.97% | 0.63% | - |
| HSV(B) | 227.8º | 0.72% | 0.99% | - |
| XYZ | 25.35 | 18.85 | 94.4 | - |
| YUV | 112.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 252 | 0.72 | 0.58 | 0 | 0.01 | 227.8 | 0.97 | 0.63 |
| Hex | 46 | 6B | FC | 48 | 3A | 0 | 1 | E4 | 61 | 3F |
| Octal | 106 | 153 | 374 | 110 | 72 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000110 | 1101011 | 11111100 | 1001000 | 111010 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #466BFC
Complementary color
Monochromatic Colors of #466BFC
Black with #466BFC
Text Example
Text Example
White with #466BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BFC; }
p { color: rgb(70,107,252); }
H1.HeaderClassName
{
color: #466BFC;
}
.AnyTagClassName
{
color: #466BFC;
}
</style>
background-color css
<style>
a { background-color: #466BFC; }
a { background-color: rgb(70,107,252); }
div.DivClassName
{
background-color: #466BFC;
}
.BgClassName
{
background-color: #466BFC;
}
</style>
border-color css
<style>
span { border-color: #466BFC; }
span { border-color: rgb(70,107,252); }
td.TdClassName
{
border-color: #466BFC;
}
.TagClassName
{
border-color: #466BFC;
}
</style>