Shades of Royal Blue #4771EC
Tints of Royal Blue #4771EC
RGB
CMYK
RGB Variations
Color information
#4771EC (or 0x4771EC) is known color: Royal Blue. HEX triplet: 47, 71 and EC. RGB value is (71,113,236). Sum of RGB (Red+Green+Blue) = 71+113+236=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #4771EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4771EC is #B88E13. Grayscale: #717171. Windows color (decimal): -12094996 or 15495495. OLE color: 15495495.
HSL color Cylindrical-coordinate representation of color #4771EC: hue angle of 224.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4771EC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 113 | 236 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.07 |
| HSL | 224.73º | 0.81% | 0.6% | - |
| HSV(B) | 224.73º | 0.7% | 0.93% | - |
| XYZ | 23.64 | 19.21 | 81.82 | - |
| YUV | 114.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 236 | 0.70 | 0.52 | 0 | 0.07 | 224.73 | 0.81 | 0.6 |
| Hex | 47 | 71 | EC | 46 | 34 | 0 | 7 | E1 | 51 | 3C |
| Octal | 107 | 161 | 354 | 106 | 64 | 0 | 7 | 341 | 121 | 74 |
| Binary | 1000111 | 1110001 | 11101100 | 1000110 | 110100 | 0 | 111 | 11100001 | 1010001 | 111100 |
Color Harmonies of #4771EC
Complementary color
Monochromatic Colors of #4771EC
Black with #4771EC
Text Example
Text Example
White with #4771EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4771EC; }
p { color: rgb(71,113,236); }
H1.HeaderClassName
{
color: #4771EC;
}
.AnyTagClassName
{
color: #4771EC;
}
</style>
background-color css
<style>
a { background-color: #4771EC; }
a { background-color: rgb(71,113,236); }
div.DivClassName
{
background-color: #4771EC;
}
.BgClassName
{
background-color: #4771EC;
}
</style>
border-color css
<style>
span { border-color: #4771EC; }
span { border-color: rgb(71,113,236); }
td.TdClassName
{
border-color: #4771EC;
}
.TagClassName
{
border-color: #4771EC;
}
</style>