Shades of Royal Blue #467EFF
Tints of Royal Blue #467EFF
RGB
CMYK
RGB Variations
Color information
#467EFF (or 0x467EFF) is known color: Royal Blue. HEX triplet: 46, 7E and FF. RGB value is (70,126,255). Sum of RGB (Red+Green+Blue) = 70+126+255=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #467EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EFF is #B98100. Grayscale: #7B7B7B. Windows color (decimal): -12157185 or 16744006. OLE color: 16744006.
HSL color Cylindrical-coordinate representation of color #467EFF: hue angle of 221.84º 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 #467EFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 126 | 255 | - |
| CMYK | 0.73 | 0.51 | 0 | 0 |
| HSL | 221.84º | 1% | 0.64% | - |
| HSV(B) | 221.84º | 0.73% | 1% | - |
| XYZ | 28.04 | 23.44 | 97.66 | - |
| YUV | 123.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 255 | 0.73 | 0.51 | 0 | 0 | 221.84 | 1 | 0.64 |
| Hex | 46 | 7E | FF | 49 | 33 | 0 | 0 | DE | 64 | 40 |
| Octal | 106 | 176 | 377 | 111 | 63 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000110 | 1111110 | 11111111 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #467EFF
Complementary color
Monochromatic Colors of #467EFF
Black with #467EFF
Text Example
Text Example
White with #467EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EFF; }
p { color: rgb(70,126,255); }
H1.HeaderClassName
{
color: #467EFF;
}
.AnyTagClassName
{
color: #467EFF;
}
</style>
background-color css
<style>
a { background-color: #467EFF; }
a { background-color: rgb(70,126,255); }
div.DivClassName
{
background-color: #467EFF;
}
.BgClassName
{
background-color: #467EFF;
}
</style>
border-color css
<style>
span { border-color: #467EFF; }
span { border-color: rgb(70,126,255); }
td.TdClassName
{
border-color: #467EFF;
}
.TagClassName
{
border-color: #467EFF;
}
</style>