Shades of Royal Blue #467FF6
Tints of Royal Blue #467FF6
RGB
CMYK
RGB Variations
Color information
#467FF6 (or 0x467FF6) is known color: Royal Blue. HEX triplet: 46, 7F and F6. RGB value is (70,127,246). Sum of RGB (Red+Green+Blue) = 70+127+246=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #467FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FF6 is #B98009. Grayscale: #7A7A7A. Windows color (decimal): -12156938 or 16154438. OLE color: 16154438.
HSL color Cylindrical-coordinate representation of color #467FF6: hue angle of 220.57º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467FF6 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 127 | 246 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.04 |
| HSL | 220.57º | 0.91% | 0.62% | - |
| HSV(B) | 220.57º | 0.72% | 0.96% | - |
| XYZ | 26.75 | 23.13 | 90.24 | - |
| YUV | 123.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 246 | 0.72 | 0.48 | 0 | 0.04 | 220.57 | 0.91 | 0.62 |
| Hex | 46 | 7F | F6 | 48 | 30 | 0 | 4 | DD | 5B | 3E |
| Octal | 106 | 177 | 366 | 110 | 60 | 0 | 4 | 335 | 133 | 76 |
| Binary | 1000110 | 1111111 | 11110110 | 1001000 | 110000 | 0 | 100 | 11011101 | 1011011 | 111110 |
Color Harmonies of #467FF6
Complementary color
Monochromatic Colors of #467FF6
Black with #467FF6
Text Example
Text Example
White with #467FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FF6; }
p { color: rgb(70,127,246); }
H1.HeaderClassName
{
color: #467FF6;
}
.AnyTagClassName
{
color: #467FF6;
}
</style>
background-color css
<style>
a { background-color: #467FF6; }
a { background-color: rgb(70,127,246); }
div.DivClassName
{
background-color: #467FF6;
}
.BgClassName
{
background-color: #467FF6;
}
</style>
border-color css
<style>
span { border-color: #467FF6; }
span { border-color: rgb(70,127,246); }
td.TdClassName
{
border-color: #467FF6;
}
.TagClassName
{
border-color: #467FF6;
}
</style>