Shades of Royal Blue #4771ED
Tints of Royal Blue #4771ED
RGB
CMYK
RGB Variations
Color information
#4771ED (or 0x4771ED) is known color: Royal Blue. HEX triplet: 47, 71 and ED. RGB value is (71,113,237). Sum of RGB (Red+Green+Blue) = 71+113+237=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #4771ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4771ED is #B88E12. Grayscale: #727272. Windows color (decimal): -12094995 or 15561031. OLE color: 15561031.
HSL color Cylindrical-coordinate representation of color #4771ED: hue angle of 224.82º degrees, saturation: 0.82, 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 #4771ED is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 113 | 237 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.07 |
| HSL | 224.82º | 0.82% | 0.6% | - |
| HSV(B) | 224.82º | 0.7% | 0.93% | - |
| XYZ | 23.79 | 19.26 | 82.59 | - |
| YUV | 114.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 237 | 0.70 | 0.52 | 0 | 0.07 | 224.82 | 0.82 | 0.6 |
| Hex | 47 | 71 | ED | 46 | 34 | 0 | 7 | E1 | 52 | 3C |
| Octal | 107 | 161 | 355 | 106 | 64 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000111 | 1110001 | 11101101 | 1000110 | 110100 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #4771ED
Complementary color
Monochromatic Colors of #4771ED
Black with #4771ED
Text Example
Text Example
White with #4771ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4771ED; }
p { color: rgb(71,113,237); }
H1.HeaderClassName
{
color: #4771ED;
}
.AnyTagClassName
{
color: #4771ED;
}
</style>
background-color css
<style>
a { background-color: #4771ED; }
a { background-color: rgb(71,113,237); }
div.DivClassName
{
background-color: #4771ED;
}
.BgClassName
{
background-color: #4771ED;
}
</style>
border-color css
<style>
span { border-color: #4771ED; }
span { border-color: rgb(71,113,237); }
td.TdClassName
{
border-color: #4771ED;
}
.TagClassName
{
border-color: #4771ED;
}
</style>