Shades of Royal Blue #477FDC
Tints of Royal Blue #477FDC
RGB
CMYK
RGB Variations
Color information
#477FDC (or 0x477FDC) is known color: Royal Blue. HEX triplet: 47, 7F and DC. RGB value is (71,127,220). Sum of RGB (Red+Green+Blue) = 71+127+220=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #477FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FDC is #B88023. Grayscale: #787878. Windows color (decimal): -12091428 or 14450503. OLE color: 14450503.
HSL color Cylindrical-coordinate representation of color #477FDC: hue angle of 217.45º 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 #477FDC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 127 | 220 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.14 |
| HSL | 217.45º | 0.68% | 0.57% | - |
| HSV(B) | 217.45º | 0.68% | 0.86% | - |
| XYZ | 23.11 | 21.69 | 70.68 | - |
| YUV | 120.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 220 | 0.68 | 0.42 | 0 | 0.14 | 217.45 | 0.68 | 0.57 |
| Hex | 47 | 7F | DC | 44 | 2A | 0 | E | D9 | 44 | 39 |
| Octal | 107 | 177 | 334 | 104 | 52 | 0 | 16 | 331 | 104 | 71 |
| Binary | 1000111 | 1111111 | 11011100 | 1000100 | 101010 | 0 | 1110 | 11011001 | 1000100 | 111001 |
Color Harmonies of #477FDC
Complementary color
Monochromatic Colors of #477FDC
Black with #477FDC
Text Example
Text Example
White with #477FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FDC; }
p { color: rgb(71,127,220); }
H1.HeaderClassName
{
color: #477FDC;
}
.AnyTagClassName
{
color: #477FDC;
}
</style>
background-color css
<style>
a { background-color: #477FDC; }
a { background-color: rgb(71,127,220); }
div.DivClassName
{
background-color: #477FDC;
}
.BgClassName
{
background-color: #477FDC;
}
</style>
border-color css
<style>
span { border-color: #477FDC; }
span { border-color: rgb(71,127,220); }
td.TdClassName
{
border-color: #477FDC;
}
.TagClassName
{
border-color: #477FDC;
}
</style>