Shades of Royal Blue #476DD5
Tints of Royal Blue #476DD5
RGB
CMYK
RGB Variations
Color information
#476DD5 (or 0x476DD5) is known color: Royal Blue. HEX triplet: 47, 6D and D5. RGB value is (71,109,213). Sum of RGB (Red+Green+Blue) = 71+109+213=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #476DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DD5 is #B8922A. Grayscale: #6D6D6D. Windows color (decimal): -12096043 or 13987143. OLE color: 13987143.
HSL color Cylindrical-coordinate representation of color #476DD5: hue angle of 223.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476DD5 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 109 | 213 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.16 |
| HSL | 223.94º | 0.63% | 0.56% | - |
| HSV(B) | 223.94º | 0.67% | 0.84% | - |
| XYZ | 20.08 | 17.08 | 65.19 | - |
| YUV | 109.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 213 | 0.67 | 0.49 | 0 | 0.16 | 223.94 | 0.63 | 0.56 |
| Hex | 47 | 6D | D5 | 43 | 31 | 0 | 10 | E0 | 3F | 38 |
| Octal | 107 | 155 | 325 | 103 | 61 | 0 | 20 | 340 | 77 | 70 |
| Binary | 1000111 | 1101101 | 11010101 | 1000011 | 110001 | 0 | 10000 | 11100000 | 111111 | 111000 |
Color Harmonies of #476DD5
Complementary color
Monochromatic Colors of #476DD5
Black with #476DD5
Text Example
Text Example
White with #476DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DD5; }
p { color: rgb(71,109,213); }
H1.HeaderClassName
{
color: #476DD5;
}
.AnyTagClassName
{
color: #476DD5;
}
</style>
background-color css
<style>
a { background-color: #476DD5; }
a { background-color: rgb(71,109,213); }
div.DivClassName
{
background-color: #476DD5;
}
.BgClassName
{
background-color: #476DD5;
}
</style>
border-color css
<style>
span { border-color: #476DD5; }
span { border-color: rgb(71,109,213); }
td.TdClassName
{
border-color: #476DD5;
}
.TagClassName
{
border-color: #476DD5;
}
</style>