Shades of Royal Blue #477DEC
Tints of Royal Blue #477DEC
RGB
CMYK
RGB Variations
Color information
#477DEC (or 0x477DEC) is known color: Royal Blue. HEX triplet: 47, 7D and EC. RGB value is (71,125,236). Sum of RGB (Red+Green+Blue) = 71+125+236=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #477DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DEC is #B88213. Grayscale: #797979. Windows color (decimal): -12091924 or 15498567. OLE color: 15498567.
HSL color Cylindrical-coordinate representation of color #477DEC: hue angle of 220.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477DEC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 125 | 236 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.36º | 0.81% | 0.6% | - |
| HSV(B) | 220.36º | 0.7% | 0.93% | - |
| XYZ | 25.07 | 22.06 | 82.29 | - |
| YUV | 121.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 236 | 0.70 | 0.47 | 0 | 0.07 | 220.36 | 0.81 | 0.6 |
| Hex | 47 | 7D | EC | 46 | 2F | 0 | 7 | DC | 51 | 3C |
| Octal | 107 | 175 | 354 | 106 | 57 | 0 | 7 | 334 | 121 | 74 |
| Binary | 1000111 | 1111101 | 11101100 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010001 | 111100 |
Color Harmonies of #477DEC
Complementary color
Monochromatic Colors of #477DEC
Black with #477DEC
Text Example
Text Example
White with #477DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DEC; }
p { color: rgb(71,125,236); }
H1.HeaderClassName
{
color: #477DEC;
}
.AnyTagClassName
{
color: #477DEC;
}
</style>
background-color css
<style>
a { background-color: #477DEC; }
a { background-color: rgb(71,125,236); }
div.DivClassName
{
background-color: #477DEC;
}
.BgClassName
{
background-color: #477DEC;
}
</style>
border-color css
<style>
span { border-color: #477DEC; }
span { border-color: rgb(71,125,236); }
td.TdClassName
{
border-color: #477DEC;
}
.TagClassName
{
border-color: #477DEC;
}
</style>