Shades of Royal Blue #466CFD
Tints of Royal Blue #466CFD
RGB
CMYK
RGB Variations
Color information
#466CFD (or 0x466CFD) is known color: Royal Blue. HEX triplet: 46, 6C and FD. RGB value is (70,108,253). Sum of RGB (Red+Green+Blue) = 70+108+253=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #466CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CFD is #B99302. Grayscale: #707070. Windows color (decimal): -12161795 or 16608326. OLE color: 16608326.
HSL color Cylindrical-coordinate representation of color #466CFD: hue angle of 227.54º degrees, saturation: 0.98, 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 #466CFD is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 108 | 253 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.54º | 0.98% | 0.63% | - |
| HSV(B) | 227.54º | 0.72% | 0.99% | - |
| XYZ | 25.62 | 19.12 | 95.27 | - |
| YUV | 113.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 253 | 0.72 | 0.57 | 0 | 0.01 | 227.54 | 0.98 | 0.63 |
| Hex | 46 | 6C | FD | 48 | 39 | 0 | 1 | E4 | 62 | 3F |
| Octal | 106 | 154 | 375 | 110 | 71 | 0 | 1 | 344 | 142 | 77 |
| Binary | 1000110 | 1101100 | 11111101 | 1001000 | 111001 | 0 | 1 | 11100100 | 1100010 | 111111 |
Color Harmonies of #466CFD
Complementary color
Monochromatic Colors of #466CFD
Black with #466CFD
Text Example
Text Example
White with #466CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CFD; }
p { color: rgb(70,108,253); }
H1.HeaderClassName
{
color: #466CFD;
}
.AnyTagClassName
{
color: #466CFD;
}
</style>
background-color css
<style>
a { background-color: #466CFD; }
a { background-color: rgb(70,108,253); }
div.DivClassName
{
background-color: #466CFD;
}
.BgClassName
{
background-color: #466CFD;
}
</style>
border-color css
<style>
span { border-color: #466CFD; }
span { border-color: rgb(70,108,253); }
td.TdClassName
{
border-color: #466CFD;
}
.TagClassName
{
border-color: #466CFD;
}
</style>