Shades of Royal Blue #467CFF
Tints of Royal Blue #467CFF
RGB
CMYK
RGB Variations
Color information
#467CFF (or 0x467CFF) is known color: Royal Blue. HEX triplet: 46, 7C and FF. RGB value is (70,124,255). Sum of RGB (Red+Green+Blue) = 70+124+255=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #467CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFF is #B98300. Grayscale: #7A7A7A. Windows color (decimal): -12157697 or 16743494. OLE color: 16743494.
HSL color Cylindrical-coordinate representation of color #467CFF: hue angle of 222.49º 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 #467CFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 124 | 255 | - |
| CMYK | 0.73 | 0.51 | 0 | 0 |
| HSL | 222.49º | 1% | 0.64% | - |
| HSV(B) | 222.49º | 0.73% | 1% | - |
| XYZ | 27.78 | 22.94 | 97.57 | - |
| YUV | 122.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 255 | 0.73 | 0.51 | 0 | 0 | 222.49 | 1 | 0.64 |
| Hex | 46 | 7C | FF | 49 | 33 | 0 | 0 | DE | 64 | 40 |
| Octal | 106 | 174 | 377 | 111 | 63 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000110 | 1111100 | 11111111 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #467CFF
Complementary color
Monochromatic Colors of #467CFF
Black with #467CFF
Text Example
Text Example
White with #467CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CFF; }
p { color: rgb(70,124,255); }
H1.HeaderClassName
{
color: #467CFF;
}
.AnyTagClassName
{
color: #467CFF;
}
</style>
background-color css
<style>
a { background-color: #467CFF; }
a { background-color: rgb(70,124,255); }
div.DivClassName
{
background-color: #467CFF;
}
.BgClassName
{
background-color: #467CFF;
}
</style>
border-color css
<style>
span { border-color: #467CFF; }
span { border-color: rgb(70,124,255); }
td.TdClassName
{
border-color: #467CFF;
}
.TagClassName
{
border-color: #467CFF;
}
</style>