Shades of Royal Blue #476ADE
Tints of Royal Blue #476ADE
RGB
CMYK
RGB Variations
Color information
#476ADE (or 0x476ADE) is known color: Royal Blue. HEX triplet: 47, 6A and DE. RGB value is (71,106,222). Sum of RGB (Red+Green+Blue) = 71+106+222=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #476ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ADE is #B89521. Grayscale: #6C6C6C. Windows color (decimal): -12096802 or 14576199. OLE color: 14576199.
HSL color Cylindrical-coordinate representation of color #476ADE: hue angle of 226.09º 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 #476ADE is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 106 | 222 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.13 |
| HSL | 226.09º | 0.7% | 0.57% | - |
| HSV(B) | 226.09º | 0.68% | 0.87% | - |
| XYZ | 20.94 | 16.92 | 71.27 | - |
| YUV | 108.76 | 191.9 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 222 | 0.68 | 0.52 | 0 | 0.13 | 226.09 | 0.7 | 0.57 |
| Hex | 47 | 6A | DE | 44 | 34 | 0 | D | E2 | 46 | 39 |
| Octal | 107 | 152 | 336 | 104 | 64 | 0 | 15 | 342 | 106 | 71 |
| Binary | 1000111 | 1101010 | 11011110 | 1000100 | 110100 | 0 | 1101 | 11100010 | 1000110 | 111001 |
Color Harmonies of #476ADE
Complementary color
Monochromatic Colors of #476ADE
Black with #476ADE
Text Example
Text Example
White with #476ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ADE; }
p { color: rgb(71,106,222); }
H1.HeaderClassName
{
color: #476ADE;
}
.AnyTagClassName
{
color: #476ADE;
}
</style>
background-color css
<style>
a { background-color: #476ADE; }
a { background-color: rgb(71,106,222); }
div.DivClassName
{
background-color: #476ADE;
}
.BgClassName
{
background-color: #476ADE;
}
</style>
border-color css
<style>
span { border-color: #476ADE; }
span { border-color: rgb(71,106,222); }
td.TdClassName
{
border-color: #476ADE;
}
.TagClassName
{
border-color: #476ADE;
}
</style>