Shades of Royal Blue #476DDF
Tints of Royal Blue #476DDF
RGB
CMYK
RGB Variations
Color information
#476DDF (or 0x476DDF) is known color: Royal Blue. HEX triplet: 47, 6D and DF. RGB value is (71,109,223). Sum of RGB (Red+Green+Blue) = 71+109+223=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #476DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DDF is #B89220. Grayscale: #6E6E6E. Windows color (decimal): -12096033 or 14642503. OLE color: 14642503.
HSL color Cylindrical-coordinate representation of color #476DDF: hue angle of 225º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476DDF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 109 | 223 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.13 |
| HSL | 225º | 0.7% | 0.58% | - |
| HSV(B) | 225º | 0.68% | 0.87% | - |
| XYZ | 21.39 | 17.6 | 72.08 | - |
| YUV | 110.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 223 | 0.68 | 0.51 | 0 | 0.13 | 225 | 0.7 | 0.58 |
| Hex | 47 | 6D | DF | 44 | 33 | 0 | D | E1 | 46 | 3A |
| Octal | 107 | 155 | 337 | 104 | 63 | 0 | 15 | 341 | 106 | 72 |
| Binary | 1000111 | 1101101 | 11011111 | 1000100 | 110011 | 0 | 1101 | 11100001 | 1000110 | 111010 |
Color Harmonies of #476DDF
Complementary color
Monochromatic Colors of #476DDF
Black with #476DDF
Text Example
Text Example
White with #476DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DDF; }
p { color: rgb(71,109,223); }
H1.HeaderClassName
{
color: #476DDF;
}
.AnyTagClassName
{
color: #476DDF;
}
</style>
background-color css
<style>
a { background-color: #476DDF; }
a { background-color: rgb(71,109,223); }
div.DivClassName
{
background-color: #476DDF;
}
.BgClassName
{
background-color: #476DDF;
}
</style>
border-color css
<style>
span { border-color: #476DDF; }
span { border-color: rgb(71,109,223); }
td.TdClassName
{
border-color: #476DDF;
}
.TagClassName
{
border-color: #476DDF;
}
</style>