Shades of Royal Blue #466CFB
Tints of Royal Blue #466CFB
RGB
CMYK
RGB Variations
Color information
#466CFB (or 0x466CFB) is known color: Royal Blue. HEX triplet: 46, 6C and FB. RGB value is (70,108,251). Sum of RGB (Red+Green+Blue) = 70+108+251=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #466CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CFB is #B99304. Grayscale: #707070. Windows color (decimal): -12161797 or 16477254. OLE color: 16477254.
HSL color Cylindrical-coordinate representation of color #466CFB: hue angle of 227.4º 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 #466CFB is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 108 | 251 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.02 |
| HSL | 227.4º | 0.96% | 0.63% | - |
| HSV(B) | 227.4º | 0.72% | 0.98% | - |
| XYZ | 25.3 | 18.99 | 93.6 | - |
| YUV | 112.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 251 | 0.72 | 0.57 | 0 | 0.02 | 227.4 | 0.96 | 0.63 |
| Hex | 46 | 6C | FB | 48 | 39 | 0 | 2 | E3 | 60 | 3F |
| Octal | 106 | 154 | 373 | 110 | 71 | 0 | 2 | 343 | 140 | 77 |
| Binary | 1000110 | 1101100 | 11111011 | 1001000 | 111001 | 0 | 10 | 11100011 | 1100000 | 111111 |
Color Harmonies of #466CFB
Complementary color
Monochromatic Colors of #466CFB
Black with #466CFB
Text Example
Text Example
White with #466CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CFB; }
p { color: rgb(70,108,251); }
H1.HeaderClassName
{
color: #466CFB;
}
.AnyTagClassName
{
color: #466CFB;
}
</style>
background-color css
<style>
a { background-color: #466CFB; }
a { background-color: rgb(70,108,251); }
div.DivClassName
{
background-color: #466CFB;
}
.BgClassName
{
background-color: #466CFB;
}
</style>
border-color css
<style>
span { border-color: #466CFB; }
span { border-color: rgb(70,108,251); }
td.TdClassName
{
border-color: #466CFB;
}
.TagClassName
{
border-color: #466CFB;
}
</style>