Shades of Royal Blue #477ADE
Tints of Royal Blue #477ADE
RGB
CMYK
RGB Variations
Color information
#477ADE (or 0x477ADE) is known color: Royal Blue. HEX triplet: 47, 7A and DE. RGB value is (71,122,222). Sum of RGB (Red+Green+Blue) = 71+122+222=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #477ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ADE is #B88521. Grayscale: #757575. Windows color (decimal): -12092706 or 14580295. OLE color: 14580295.
HSL color Cylindrical-coordinate representation of color #477ADE: hue angle of 219.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477ADE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 122 | 222 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 219.74º | 0.7% | 0.57% | - |
| HSV(B) | 219.74º | 0.68% | 0.87% | - |
| XYZ | 22.74 | 20.53 | 71.87 | - |
| YUV | 118.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 222 | 0.68 | 0.45 | 0 | 0.13 | 219.74 | 0.7 | 0.57 |
| Hex | 47 | 7A | DE | 44 | 2D | 0 | D | DC | 46 | 39 |
| Octal | 107 | 172 | 336 | 104 | 55 | 0 | 15 | 334 | 106 | 71 |
| Binary | 1000111 | 1111010 | 11011110 | 1000100 | 101101 | 0 | 1101 | 11011100 | 1000110 | 111001 |
Color Harmonies of #477ADE
Complementary color
Monochromatic Colors of #477ADE
Black with #477ADE
Text Example
Text Example
White with #477ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ADE; }
p { color: rgb(71,122,222); }
H1.HeaderClassName
{
color: #477ADE;
}
.AnyTagClassName
{
color: #477ADE;
}
</style>
background-color css
<style>
a { background-color: #477ADE; }
a { background-color: rgb(71,122,222); }
div.DivClassName
{
background-color: #477ADE;
}
.BgClassName
{
background-color: #477ADE;
}
</style>
border-color css
<style>
span { border-color: #477ADE; }
span { border-color: rgb(71,122,222); }
td.TdClassName
{
border-color: #477ADE;
}
.TagClassName
{
border-color: #477ADE;
}
</style>