Shades of Royal Blue #476DDA
Tints of Royal Blue #476DDA
RGB
CMYK
RGB Variations
Color information
#476DDA (or 0x476DDA) is known color: Royal Blue. HEX triplet: 47, 6D and DA. RGB value is (71,109,218). Sum of RGB (Red+Green+Blue) = 71+109+218=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #476DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DDA is #B89225. Grayscale: #6D6D6D. Windows color (decimal): -12096038 or 14314823. OLE color: 14314823.
HSL color Cylindrical-coordinate representation of color #476DDA: hue angle of 224.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476DDA is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 109 | 218 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.15 |
| HSL | 224.49º | 0.67% | 0.57% | - |
| HSV(B) | 224.49º | 0.67% | 0.85% | - |
| XYZ | 20.72 | 17.34 | 68.58 | - |
| YUV | 110.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 218 | 0.67 | 0.5 | 0 | 0.15 | 224.49 | 0.67 | 0.57 |
| Hex | 47 | 6D | DA | 43 | 32 | 0 | F | E0 | 43 | 39 |
| Octal | 107 | 155 | 332 | 103 | 62 | 0 | 17 | 340 | 103 | 71 |
| Binary | 1000111 | 1101101 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100000 | 1000011 | 111001 |
Color Harmonies of #476DDA
Complementary color
Monochromatic Colors of #476DDA
Black with #476DDA
Text Example
Text Example
White with #476DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DDA; }
p { color: rgb(71,109,218); }
H1.HeaderClassName
{
color: #476DDA;
}
.AnyTagClassName
{
color: #476DDA;
}
</style>
background-color css
<style>
a { background-color: #476DDA; }
a { background-color: rgb(71,109,218); }
div.DivClassName
{
background-color: #476DDA;
}
.BgClassName
{
background-color: #476DDA;
}
</style>
border-color css
<style>
span { border-color: #476DDA; }
span { border-color: rgb(71,109,218); }
td.TdClassName
{
border-color: #476DDA;
}
.TagClassName
{
border-color: #476DDA;
}
</style>