Shades of Royal Blue #476BDD
Tints of Royal Blue #476BDD
RGB
CMYK
RGB Variations
Color information
#476BDD (or 0x476BDD) is known color: Royal Blue. HEX triplet: 47, 6B and DD. RGB value is (71,107,221). Sum of RGB (Red+Green+Blue) = 71+107+221=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #476BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BDD is #B89422. Grayscale: #6C6C6C. Windows color (decimal): -12096547 or 14510919. OLE color: 14510919.
HSL color Cylindrical-coordinate representation of color #476BDD: hue angle of 225.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476BDD is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 107 | 221 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.13 |
| HSL | 225.6º | 0.69% | 0.57% | - |
| HSV(B) | 225.6º | 0.68% | 0.87% | - |
| XYZ | 20.91 | 17.08 | 70.6 | - |
| YUV | 109.23 | 191.07 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 221 | 0.68 | 0.52 | 0 | 0.13 | 225.6 | 0.69 | 0.57 |
| Hex | 47 | 6B | DD | 44 | 34 | 0 | D | E2 | 45 | 39 |
| Octal | 107 | 153 | 335 | 104 | 64 | 0 | 15 | 342 | 105 | 71 |
| Binary | 1000111 | 1101011 | 11011101 | 1000100 | 110100 | 0 | 1101 | 11100010 | 1000101 | 111001 |
Color Harmonies of #476BDD
Complementary color
Monochromatic Colors of #476BDD
Black with #476BDD
Text Example
Text Example
White with #476BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BDD; }
p { color: rgb(71,107,221); }
H1.HeaderClassName
{
color: #476BDD;
}
.AnyTagClassName
{
color: #476BDD;
}
</style>
background-color css
<style>
a { background-color: #476BDD; }
a { background-color: rgb(71,107,221); }
div.DivClassName
{
background-color: #476BDD;
}
.BgClassName
{
background-color: #476BDD;
}
</style>
border-color css
<style>
span { border-color: #476BDD; }
span { border-color: rgb(71,107,221); }
td.TdClassName
{
border-color: #476BDD;
}
.TagClassName
{
border-color: #476BDD;
}
</style>