Shades of Royal Blue #477FFF
Tints of Royal Blue #477FFF
RGB
CMYK
RGB Variations
Color information
#477FFF (or 0x477FFF) is known color: Royal Blue. HEX triplet: 47, 7F and FF. RGB value is (71,127,255). Sum of RGB (Red+Green+Blue) = 71+127+255=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #477FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FFF is #B88000. Grayscale: #7C7C7C. Windows color (decimal): -12091393 or 16744263. OLE color: 16744263.
HSL color Cylindrical-coordinate representation of color #477FFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477FFF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 127 | 255 | - |
| CMYK | 0.72 | 0.50 | 0 | 0 |
| HSL | 221.74º | 1% | 0.64% | - |
| HSV(B) | 221.74º | 0.72% | 1% | - |
| XYZ | 28.24 | 23.74 | 97.7 | - |
| YUV | 124.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 255 | 0.72 | 0.50 | 0 | 0 | 221.74 | 1 | 0.64 |
| Hex | 47 | 7F | FF | 48 | 32 | 0 | 0 | DE | 64 | 40 |
| Octal | 107 | 177 | 377 | 110 | 62 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000111 | 1111111 | 11111111 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #477FFF
Complementary color
Monochromatic Colors of #477FFF
Black with #477FFF
Text Example
Text Example
White with #477FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FFF; }
p { color: rgb(71,127,255); }
H1.HeaderClassName
{
color: #477FFF;
}
.AnyTagClassName
{
color: #477FFF;
}
</style>
background-color css
<style>
a { background-color: #477FFF; }
a { background-color: rgb(71,127,255); }
div.DivClassName
{
background-color: #477FFF;
}
.BgClassName
{
background-color: #477FFF;
}
</style>
border-color css
<style>
span { border-color: #477FFF; }
span { border-color: rgb(71,127,255); }
td.TdClassName
{
border-color: #477FFF;
}
.TagClassName
{
border-color: #477FFF;
}
</style>