Shades of Royal Blue #476DCC
Tints of Royal Blue #476DCC
RGB
CMYK
RGB Variations
Color information
#476DCC (or 0x476DCC) is known color: Royal Blue. HEX triplet: 47, 6D and CC. RGB value is (71,109,204). Sum of RGB (Red+Green+Blue) = 71+109+204=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #476DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCC is #B89233. Grayscale: #6C6C6C. Windows color (decimal): -12096052 or 13397319. OLE color: 13397319.
HSL color Cylindrical-coordinate representation of color #476DCC: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476DCC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 109 | 204 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.2 |
| HSL | 222.86º | 0.57% | 0.54% | - |
| HSV(B) | 222.86º | 0.65% | 0.8% | - |
| XYZ | 18.97 | 16.64 | 59.34 | - |
| YUV | 108.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 204 | 0.65 | 0.47 | 0 | 0.2 | 222.86 | 0.57 | 0.54 |
| Hex | 47 | 6D | CC | 41 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 107 | 155 | 314 | 101 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000111 | 1101101 | 11001100 | 1000001 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #476DCC
Complementary color
Monochromatic Colors of #476DCC
Black with #476DCC
Text Example
Text Example
White with #476DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DCC; }
p { color: rgb(71,109,204); }
H1.HeaderClassName
{
color: #476DCC;
}
.AnyTagClassName
{
color: #476DCC;
}
</style>
background-color css
<style>
a { background-color: #476DCC; }
a { background-color: rgb(71,109,204); }
div.DivClassName
{
background-color: #476DCC;
}
.BgClassName
{
background-color: #476DCC;
}
</style>
border-color css
<style>
span { border-color: #476DCC; }
span { border-color: rgb(71,109,204); }
td.TdClassName
{
border-color: #476DCC;
}
.TagClassName
{
border-color: #476DCC;
}
</style>