Shades of Royal Blue #477CF5
Tints of Royal Blue #477CF5
RGB
CMYK
RGB Variations
Color information
#477CF5 (or 0x477CF5) is known color: Royal Blue. HEX triplet: 47, 7C and F5. RGB value is (71,124,245). Sum of RGB (Red+Green+Blue) = 71+124+245=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #477CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CF5 is #B8830A. Grayscale: #797979. Windows color (decimal): -12092171 or 16088135. OLE color: 16088135.
HSL color Cylindrical-coordinate representation of color #477CF5: hue angle of 221.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477CF5 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 124 | 245 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.04 |
| HSL | 221.72º | 0.9% | 0.62% | - |
| HSV(B) | 221.72º | 0.71% | 0.96% | - |
| XYZ | 26.29 | 22.35 | 89.31 | - |
| YUV | 121.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 245 | 0.71 | 0.49 | 0 | 0.04 | 221.72 | 0.9 | 0.62 |
| Hex | 47 | 7C | F5 | 47 | 31 | 0 | 4 | DE | 5A | 3E |
| Octal | 107 | 174 | 365 | 107 | 61 | 0 | 4 | 336 | 132 | 76 |
| Binary | 1000111 | 1111100 | 11110101 | 1000111 | 110001 | 0 | 100 | 11011110 | 1011010 | 111110 |
Color Harmonies of #477CF5
Complementary color
Monochromatic Colors of #477CF5
Black with #477CF5
Text Example
Text Example
White with #477CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CF5; }
p { color: rgb(71,124,245); }
H1.HeaderClassName
{
color: #477CF5;
}
.AnyTagClassName
{
color: #477CF5;
}
</style>
background-color css
<style>
a { background-color: #477CF5; }
a { background-color: rgb(71,124,245); }
div.DivClassName
{
background-color: #477CF5;
}
.BgClassName
{
background-color: #477CF5;
}
</style>
border-color css
<style>
span { border-color: #477CF5; }
span { border-color: rgb(71,124,245); }
td.TdClassName
{
border-color: #477CF5;
}
.TagClassName
{
border-color: #477CF5;
}
</style>