Shades of Royal Blue #477CDC
Tints of Royal Blue #477CDC
RGB
CMYK
RGB Variations
Color information
#477CDC (or 0x477CDC) is known color: Royal Blue. HEX triplet: 47, 7C and DC. RGB value is (71,124,220). Sum of RGB (Red+Green+Blue) = 71+124+220=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #477CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CDC is #B88323. Grayscale: #767676. Windows color (decimal): -12092196 or 14449735. OLE color: 14449735.
HSL color Cylindrical-coordinate representation of color #477CDC: hue angle of 218.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477CDC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 124 | 220 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.14 |
| HSL | 218.66º | 0.68% | 0.57% | - |
| HSV(B) | 218.66º | 0.68% | 0.86% | - |
| XYZ | 22.72 | 20.92 | 70.55 | - |
| YUV | 119.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 220 | 0.68 | 0.44 | 0 | 0.14 | 218.66 | 0.68 | 0.57 |
| Hex | 47 | 7C | DC | 44 | 2C | 0 | E | DB | 44 | 39 |
| Octal | 107 | 174 | 334 | 104 | 54 | 0 | 16 | 333 | 104 | 71 |
| Binary | 1000111 | 1111100 | 11011100 | 1000100 | 101100 | 0 | 1110 | 11011011 | 1000100 | 111001 |
Color Harmonies of #477CDC
Complementary color
Monochromatic Colors of #477CDC
Black with #477CDC
Text Example
Text Example
White with #477CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CDC; }
p { color: rgb(71,124,220); }
H1.HeaderClassName
{
color: #477CDC;
}
.AnyTagClassName
{
color: #477CDC;
}
</style>
background-color css
<style>
a { background-color: #477CDC; }
a { background-color: rgb(71,124,220); }
div.DivClassName
{
background-color: #477CDC;
}
.BgClassName
{
background-color: #477CDC;
}
</style>
border-color css
<style>
span { border-color: #477CDC; }
span { border-color: rgb(71,124,220); }
td.TdClassName
{
border-color: #477CDC;
}
.TagClassName
{
border-color: #477CDC;
}
</style>