Shades of Royal Blue #477FE6
Tints of Royal Blue #477FE6
RGB
CMYK
RGB Variations
Color information
#477FE6 (or 0x477FE6) is known color: Royal Blue. HEX triplet: 47, 7F and E6. RGB value is (71,127,230). Sum of RGB (Red+Green+Blue) = 71+127+230=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #477FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FE6 is #B88019. Grayscale: #797979. Windows color (decimal): -12091418 or 15105863. OLE color: 15105863.
HSL color Cylindrical-coordinate representation of color #477FE6: hue angle of 218.87º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #477FE6 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 127 | 230 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.10 |
| HSL | 218.87º | 0.76% | 0.59% | - |
| HSV(B) | 218.87º | 0.69% | 0.9% | - |
| XYZ | 24.47 | 22.23 | 77.86 | - |
| YUV | 122 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 230 | 0.69 | 0.45 | 0 | 0.10 | 218.87 | 0.76 | 0.59 |
| Hex | 47 | 7F | E6 | 45 | 2D | 0 | A | DB | 4C | 3B |
| Octal | 107 | 177 | 346 | 105 | 55 | 0 | 12 | 333 | 114 | 73 |
| Binary | 1000111 | 1111111 | 11100110 | 1000101 | 101101 | 0 | 1010 | 11011011 | 1001100 | 111011 |
Color Harmonies of #477FE6
Complementary color
Monochromatic Colors of #477FE6
Black with #477FE6
Text Example
Text Example
White with #477FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FE6; }
p { color: rgb(71,127,230); }
H1.HeaderClassName
{
color: #477FE6;
}
.AnyTagClassName
{
color: #477FE6;
}
</style>
background-color css
<style>
a { background-color: #477FE6; }
a { background-color: rgb(71,127,230); }
div.DivClassName
{
background-color: #477FE6;
}
.BgClassName
{
background-color: #477FE6;
}
</style>
border-color css
<style>
span { border-color: #477FE6; }
span { border-color: rgb(71,127,230); }
td.TdClassName
{
border-color: #477FE6;
}
.TagClassName
{
border-color: #477FE6;
}
</style>