Shades of Royal Blue #4771D8
Tints of Royal Blue #4771D8
RGB
CMYK
RGB Variations
Color information
#4771D8 (or 0x4771D8) is known color: Royal Blue. HEX triplet: 47, 71 and D8. RGB value is (71,113,216). Sum of RGB (Red+Green+Blue) = 71+113+216=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #4771D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771D8 is #B88E27. Grayscale: #6F6F6F. Windows color (decimal): -12095016 or 14184775. OLE color: 14184775.
HSL color Cylindrical-coordinate representation of color #4771D8: hue angle of 222.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4771D8 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 113 | 216 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.15 |
| HSL | 222.62º | 0.65% | 0.56% | - |
| HSV(B) | 222.62º | 0.67% | 0.85% | - |
| XYZ | 20.9 | 18.11 | 67.36 | - |
| YUV | 112.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 216 | 0.67 | 0.48 | 0 | 0.15 | 222.62 | 0.65 | 0.56 |
| Hex | 47 | 71 | D8 | 43 | 30 | 0 | F | DF | 41 | 38 |
| Octal | 107 | 161 | 330 | 103 | 60 | 0 | 17 | 337 | 101 | 70 |
| Binary | 1000111 | 1110001 | 11011000 | 1000011 | 110000 | 0 | 1111 | 11011111 | 1000001 | 111000 |
Color Harmonies of #4771D8
Complementary color
Monochromatic Colors of #4771D8
Black with #4771D8
Text Example
Text Example
White with #4771D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4771D8; }
p { color: rgb(71,113,216); }
H1.HeaderClassName
{
color: #4771D8;
}
.AnyTagClassName
{
color: #4771D8;
}
</style>
background-color css
<style>
a { background-color: #4771D8; }
a { background-color: rgb(71,113,216); }
div.DivClassName
{
background-color: #4771D8;
}
.BgClassName
{
background-color: #4771D8;
}
</style>
border-color css
<style>
span { border-color: #4771D8; }
span { border-color: rgb(71,113,216); }
td.TdClassName
{
border-color: #4771D8;
}
.TagClassName
{
border-color: #4771D8;
}
</style>