Shades of Royal Blue #467FFF
Tints of Royal Blue #467FFF
RGB
CMYK
RGB Variations
Color information
#467FFF (or 0x467FFF) is known color: Royal Blue. HEX triplet: 46, 7F and FF. RGB value is (70,127,255). Sum of RGB (Red+Green+Blue) = 70+127+255=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #467FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFF is #B98000. Grayscale: #7B7B7B. Windows color (decimal): -12156929 or 16744262. OLE color: 16744262.
HSL color Cylindrical-coordinate representation of color #467FFF: hue angle of 221.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #467FFF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 127 | 255 | - |
| CMYK | 0.73 | 0.50 | 0 | 0 |
| HSL | 221.51º | 1% | 0.64% | - |
| HSV(B) | 221.51º | 0.73% | 1% | - |
| XYZ | 28.17 | 23.7 | 97.7 | - |
| YUV | 124.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 255 | 0.73 | 0.50 | 0 | 0 | 221.51 | 1 | 0.64 |
| Hex | 46 | 7F | FF | 49 | 32 | 0 | 0 | DE | 64 | 40 |
| Octal | 106 | 177 | 377 | 111 | 62 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000110 | 1111111 | 11111111 | 1001001 | 110010 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #467FFF
Complementary color
Monochromatic Colors of #467FFF
Black with #467FFF
Text Example
Text Example
White with #467FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FFF; }
p { color: rgb(70,127,255); }
H1.HeaderClassName
{
color: #467FFF;
}
.AnyTagClassName
{
color: #467FFF;
}
</style>
background-color css
<style>
a { background-color: #467FFF; }
a { background-color: rgb(70,127,255); }
div.DivClassName
{
background-color: #467FFF;
}
.BgClassName
{
background-color: #467FFF;
}
</style>
border-color css
<style>
span { border-color: #467FFF; }
span { border-color: rgb(70,127,255); }
td.TdClassName
{
border-color: #467FFF;
}
.TagClassName
{
border-color: #467FFF;
}
</style>