Shades of Royal Blue #467FD9
Tints of Royal Blue #467FD9
RGB
CMYK
RGB Variations
Color information
#467FD9 (or 0x467FD9) is known color: Royal Blue. HEX triplet: 46, 7F and D9. RGB value is (70,127,217). Sum of RGB (Red+Green+Blue) = 70+127+217=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #467FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FD9 is #B98026. Grayscale: #777777. Windows color (decimal): -12156967 or 14253894. OLE color: 14253894.
HSL color Cylindrical-coordinate representation of color #467FD9: hue angle of 216.73º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467FD9 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 127 | 217 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.15 |
| HSL | 216.73º | 0.66% | 0.56% | - |
| HSV(B) | 216.73º | 0.68% | 0.85% | - |
| XYZ | 22.64 | 21.49 | 68.6 | - |
| YUV | 120.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 217 | 0.68 | 0.41 | 0 | 0.15 | 216.73 | 0.66 | 0.56 |
| Hex | 46 | 7F | D9 | 44 | 29 | 0 | F | D9 | 42 | 38 |
| Octal | 106 | 177 | 331 | 104 | 51 | 0 | 17 | 331 | 102 | 70 |
| Binary | 1000110 | 1111111 | 11011001 | 1000100 | 101001 | 0 | 1111 | 11011001 | 1000010 | 111000 |
Color Harmonies of #467FD9
Complementary color
Monochromatic Colors of #467FD9
Black with #467FD9
Text Example
Text Example
White with #467FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FD9; }
p { color: rgb(70,127,217); }
H1.HeaderClassName
{
color: #467FD9;
}
.AnyTagClassName
{
color: #467FD9;
}
</style>
background-color css
<style>
a { background-color: #467FD9; }
a { background-color: rgb(70,127,217); }
div.DivClassName
{
background-color: #467FD9;
}
.BgClassName
{
background-color: #467FD9;
}
</style>
border-color css
<style>
span { border-color: #467FD9; }
span { border-color: rgb(70,127,217); }
td.TdClassName
{
border-color: #467FD9;
}
.TagClassName
{
border-color: #467FD9;
}
</style>