Shades of Royal Blue #476DD2
Tints of Royal Blue #476DD2
RGB
CMYK
RGB Variations
Color information
#476DD2 (or 0x476DD2) is known color: Royal Blue. HEX triplet: 47, 6D and D2. RGB value is (71,109,210). Sum of RGB (Red+Green+Blue) = 71+109+210=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #476DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DD2 is #B8922D. Grayscale: #6C6C6C. Windows color (decimal): -12096046 or 13790535. OLE color: 13790535.
HSL color Cylindrical-coordinate representation of color #476DD2: hue angle of 223.6º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476DD2 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 109 | 210 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.18 |
| HSL | 223.6º | 0.61% | 0.55% | - |
| HSV(B) | 223.6º | 0.66% | 0.82% | - |
| XYZ | 19.7 | 16.93 | 63.2 | - |
| YUV | 109.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 210 | 0.66 | 0.48 | 0 | 0.18 | 223.6 | 0.61 | 0.55 |
| Hex | 47 | 6D | D2 | 42 | 30 | 0 | 12 | E0 | 3D | 37 |
| Octal | 107 | 155 | 322 | 102 | 60 | 0 | 22 | 340 | 75 | 67 |
| Binary | 1000111 | 1101101 | 11010010 | 1000010 | 110000 | 0 | 10010 | 11100000 | 111101 | 110111 |
Color Harmonies of #476DD2
Complementary color
Monochromatic Colors of #476DD2
Black with #476DD2
Text Example
Text Example
White with #476DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DD2; }
p { color: rgb(71,109,210); }
H1.HeaderClassName
{
color: #476DD2;
}
.AnyTagClassName
{
color: #476DD2;
}
</style>
background-color css
<style>
a { background-color: #476DD2; }
a { background-color: rgb(71,109,210); }
div.DivClassName
{
background-color: #476DD2;
}
.BgClassName
{
background-color: #476DD2;
}
</style>
border-color css
<style>
span { border-color: #476DD2; }
span { border-color: rgb(71,109,210); }
td.TdClassName
{
border-color: #476DD2;
}
.TagClassName
{
border-color: #476DD2;
}
</style>