Shades of Royal Blue #477CF7
Tints of Royal Blue #477CF7
RGB
CMYK
RGB Variations
Color information
#477CF7 (or 0x477CF7) is known color: Royal Blue. HEX triplet: 47, 7C and F7. RGB value is (71,124,247). Sum of RGB (Red+Green+Blue) = 71+124+247=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #477CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CF7 is #B88308. Grayscale: #797979. Windows color (decimal): -12092169 or 16219207. OLE color: 16219207.
HSL color Cylindrical-coordinate representation of color #477CF7: hue angle of 221.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477CF7 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 124 | 247 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.03 |
| HSL | 221.93º | 0.92% | 0.62% | - |
| HSV(B) | 221.93º | 0.71% | 0.97% | - |
| XYZ | 26.59 | 22.47 | 90.93 | - |
| YUV | 122.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 247 | 0.71 | 0.50 | 0 | 0.03 | 221.93 | 0.92 | 0.62 |
| Hex | 47 | 7C | F7 | 47 | 32 | 0 | 3 | DE | 5C | 3E |
| Octal | 107 | 174 | 367 | 107 | 62 | 0 | 3 | 336 | 134 | 76 |
| Binary | 1000111 | 1111100 | 11110111 | 1000111 | 110010 | 0 | 11 | 11011110 | 1011100 | 111110 |
Color Harmonies of #477CF7
Complementary color
Monochromatic Colors of #477CF7
Black with #477CF7
Text Example
Text Example
White with #477CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CF7; }
p { color: rgb(71,124,247); }
H1.HeaderClassName
{
color: #477CF7;
}
.AnyTagClassName
{
color: #477CF7;
}
</style>
background-color css
<style>
a { background-color: #477CF7; }
a { background-color: rgb(71,124,247); }
div.DivClassName
{
background-color: #477CF7;
}
.BgClassName
{
background-color: #477CF7;
}
</style>
border-color css
<style>
span { border-color: #477CF7; }
span { border-color: rgb(71,124,247); }
td.TdClassName
{
border-color: #477CF7;
}
.TagClassName
{
border-color: #477CF7;
}
</style>