Shades of Royal Blue #466CFC
Tints of Royal Blue #466CFC
RGB
CMYK
RGB Variations
Color information
#466CFC (or 0x466CFC) is known color: Royal Blue. HEX triplet: 46, 6C and FC. RGB value is (70,108,252). Sum of RGB (Red+Green+Blue) = 70+108+252=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #466CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CFC is #B99303. Grayscale: #707070. Windows color (decimal): -12161796 or 16542790. OLE color: 16542790.
HSL color Cylindrical-coordinate representation of color #466CFC: hue angle of 227.47º 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 #466CFC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 108 | 252 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.47º | 0.97% | 0.63% | - |
| HSV(B) | 227.47º | 0.72% | 0.99% | - |
| XYZ | 25.46 | 19.06 | 94.43 | - |
| YUV | 113.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 252 | 0.72 | 0.57 | 0 | 0.01 | 227.47 | 0.97 | 0.63 |
| Hex | 46 | 6C | FC | 48 | 39 | 0 | 1 | E3 | 61 | 3F |
| Octal | 106 | 154 | 374 | 110 | 71 | 0 | 1 | 343 | 141 | 77 |
| Binary | 1000110 | 1101100 | 11111100 | 1001000 | 111001 | 0 | 1 | 11100011 | 1100001 | 111111 |
Color Harmonies of #466CFC
Complementary color
Monochromatic Colors of #466CFC
Black with #466CFC
Text Example
Text Example
White with #466CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CFC; }
p { color: rgb(70,108,252); }
H1.HeaderClassName
{
color: #466CFC;
}
.AnyTagClassName
{
color: #466CFC;
}
</style>
background-color css
<style>
a { background-color: #466CFC; }
a { background-color: rgb(70,108,252); }
div.DivClassName
{
background-color: #466CFC;
}
.BgClassName
{
background-color: #466CFC;
}
</style>
border-color css
<style>
span { border-color: #466CFC; }
span { border-color: rgb(70,108,252); }
td.TdClassName
{
border-color: #466CFC;
}
.TagClassName
{
border-color: #466CFC;
}
</style>