Shades of Royal Blue #477CE7
Tints of Royal Blue #477CE7
RGB
CMYK
RGB Variations
Color information
#477CE7 (or 0x477CE7) is known color: Royal Blue. HEX triplet: 47, 7C and E7. RGB value is (71,124,231). Sum of RGB (Red+Green+Blue) = 71+124+231=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #477CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CE7 is #B88318. Grayscale: #777777. Windows color (decimal): -12092185 or 15170631. OLE color: 15170631.
HSL color Cylindrical-coordinate representation of color #477CE7: hue angle of 220.12º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #477CE7 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 124 | 231 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.09 |
| HSL | 220.13º | 0.77% | 0.59% | - |
| HSV(B) | 220.13º | 0.69% | 0.91% | - |
| XYZ | 24.23 | 21.52 | 78.48 | - |
| YUV | 120.35 | 190.44 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 231 | 0.69 | 0.46 | 0 | 0.09 | 220.13 | 0.77 | 0.59 |
| Hex | 47 | 7C | E7 | 45 | 2E | 0 | 9 | DC | 4D | 3B |
| Octal | 107 | 174 | 347 | 105 | 56 | 0 | 11 | 334 | 115 | 73 |
| Binary | 1000111 | 1111100 | 11100111 | 1000101 | 101110 | 0 | 1001 | 11011100 | 1001101 | 111011 |
Color Harmonies of #477CE7
Complementary color
Monochromatic Colors of #477CE7
Black with #477CE7
Text Example
Text Example
White with #477CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CE7; }
p { color: rgb(71,124,231); }
H1.HeaderClassName
{
color: #477CE7;
}
.AnyTagClassName
{
color: #477CE7;
}
</style>
background-color css
<style>
a { background-color: #477CE7; }
a { background-color: rgb(71,124,231); }
div.DivClassName
{
background-color: #477CE7;
}
.BgClassName
{
background-color: #477CE7;
}
</style>
border-color css
<style>
span { border-color: #477CE7; }
span { border-color: rgb(71,124,231); }
td.TdClassName
{
border-color: #477CE7;
}
.TagClassName
{
border-color: #477CE7;
}
</style>