Shades of Royal Blue #476AD9
Tints of Royal Blue #476AD9
RGB
CMYK
RGB Variations
Color information
#476AD9 (or 0x476AD9) is known color: Royal Blue. HEX triplet: 47, 6A and D9. RGB value is (71,106,217). Sum of RGB (Red+Green+Blue) = 71+106+217=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #476AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AD9 is #B89526. Grayscale: #6B6B6B. Windows color (decimal): -12096807 or 14248519. OLE color: 14248519.
HSL color Cylindrical-coordinate representation of color #476AD9: hue angle of 225.62º degrees, saturation: 0.66, 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 #476AD9 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 106 | 217 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.15 |
| HSL | 225.62º | 0.66% | 0.56% | - |
| HSV(B) | 225.62º | 0.67% | 0.85% | - |
| XYZ | 20.28 | 16.66 | 67.79 | - |
| YUV | 108.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 217 | 0.67 | 0.51 | 0 | 0.15 | 225.62 | 0.66 | 0.56 |
| Hex | 47 | 6A | D9 | 43 | 33 | 0 | F | E2 | 42 | 38 |
| Octal | 107 | 152 | 331 | 103 | 63 | 0 | 17 | 342 | 102 | 70 |
| Binary | 1000111 | 1101010 | 11011001 | 1000011 | 110011 | 0 | 1111 | 11100010 | 1000010 | 111000 |
Color Harmonies of #476AD9
Complementary color
Monochromatic Colors of #476AD9
Black with #476AD9
Text Example
Text Example
White with #476AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AD9; }
p { color: rgb(71,106,217); }
H1.HeaderClassName
{
color: #476AD9;
}
.AnyTagClassName
{
color: #476AD9;
}
</style>
background-color css
<style>
a { background-color: #476AD9; }
a { background-color: rgb(71,106,217); }
div.DivClassName
{
background-color: #476AD9;
}
.BgClassName
{
background-color: #476AD9;
}
</style>
border-color css
<style>
span { border-color: #476AD9; }
span { border-color: rgb(71,106,217); }
td.TdClassName
{
border-color: #476AD9;
}
.TagClassName
{
border-color: #476AD9;
}
</style>