Shades of Royal Blue #467CE6
Tints of Royal Blue #467CE6
RGB
CMYK
RGB Variations
Color information
#467CE6 (or 0x467CE6) is known color: Royal Blue. HEX triplet: 46, 7C and E6. RGB value is (70,124,230). Sum of RGB (Red+Green+Blue) = 70+124+230=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #467CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CE6 is #B98319. Grayscale: #777777. Windows color (decimal): -12157722 or 15105094. OLE color: 15105094.
HSL color Cylindrical-coordinate representation of color #467CE6: hue angle of 219.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467CE6 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 124 | 230 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.10 |
| HSL | 219.75º | 0.76% | 0.59% | - |
| HSV(B) | 219.75º | 0.7% | 0.9% | - |
| XYZ | 24.02 | 21.43 | 77.73 | - |
| YUV | 119.94 | 190.11 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 230 | 0.70 | 0.46 | 0 | 0.10 | 219.75 | 0.76 | 0.59 |
| Hex | 46 | 7C | E6 | 46 | 2E | 0 | A | DC | 4C | 3B |
| Octal | 106 | 174 | 346 | 106 | 56 | 0 | 12 | 334 | 114 | 73 |
| Binary | 1000110 | 1111100 | 11100110 | 1000110 | 101110 | 0 | 1010 | 11011100 | 1001100 | 111011 |
Color Harmonies of #467CE6
Complementary color
Monochromatic Colors of #467CE6
Black with #467CE6
Text Example
Text Example
White with #467CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CE6; }
p { color: rgb(70,124,230); }
H1.HeaderClassName
{
color: #467CE6;
}
.AnyTagClassName
{
color: #467CE6;
}
</style>
background-color css
<style>
a { background-color: #467CE6; }
a { background-color: rgb(70,124,230); }
div.DivClassName
{
background-color: #467CE6;
}
.BgClassName
{
background-color: #467CE6;
}
</style>
border-color css
<style>
span { border-color: #467CE6; }
span { border-color: rgb(70,124,230); }
td.TdClassName
{
border-color: #467CE6;
}
.TagClassName
{
border-color: #467CE6;
}
</style>