Shades of Royal Blue #477CEB
Tints of Royal Blue #477CEB
RGB
CMYK
RGB Variations
Color information
#477CEB (or 0x477CEB) is known color: Royal Blue. HEX triplet: 47, 7C and EB. RGB value is (71,124,235). Sum of RGB (Red+Green+Blue) = 71+124+235=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #477CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CEB is #B88314. Grayscale: #787878. Windows color (decimal): -12092181 or 15432775. OLE color: 15432775.
HSL color Cylindrical-coordinate representation of color #477CEB: hue angle of 220.61º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477CEB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 124 | 235 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220.61º | 0.8% | 0.6% | - |
| HSV(B) | 220.61º | 0.7% | 0.92% | - |
| XYZ | 24.8 | 21.75 | 81.49 | - |
| YUV | 120.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 235 | 0.70 | 0.47 | 0 | 0.08 | 220.61 | 0.8 | 0.6 |
| Hex | 47 | 7C | EB | 46 | 2F | 0 | 8 | DD | 50 | 3C |
| Octal | 107 | 174 | 353 | 106 | 57 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000111 | 1111100 | 11101011 | 1000110 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #477CEB
Complementary color
Monochromatic Colors of #477CEB
Black with #477CEB
Text Example
Text Example
White with #477CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CEB; }
p { color: rgb(71,124,235); }
H1.HeaderClassName
{
color: #477CEB;
}
.AnyTagClassName
{
color: #477CEB;
}
</style>
background-color css
<style>
a { background-color: #477CEB; }
a { background-color: rgb(71,124,235); }
div.DivClassName
{
background-color: #477CEB;
}
.BgClassName
{
background-color: #477CEB;
}
</style>
border-color css
<style>
span { border-color: #477CEB; }
span { border-color: rgb(71,124,235); }
td.TdClassName
{
border-color: #477CEB;
}
.TagClassName
{
border-color: #477CEB;
}
</style>