Shades of Royal Blue #477FFB
Tints of Royal Blue #477FFB
RGB
CMYK
RGB Variations
Color information
#477FFB (or 0x477FFB) is known color: Royal Blue. HEX triplet: 47, 7F and FB. RGB value is (71,127,251). Sum of RGB (Red+Green+Blue) = 71+127+251=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #477FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FFB is #B88004. Grayscale: #7B7B7B. Windows color (decimal): -12091397 or 16482119. OLE color: 16482119.
HSL color Cylindrical-coordinate representation of color #477FFB: hue angle of 221.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477FFB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 127 | 251 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.02 |
| HSL | 221.33º | 0.96% | 0.63% | - |
| HSV(B) | 221.33º | 0.72% | 0.98% | - |
| XYZ | 27.6 | 23.48 | 94.34 | - |
| YUV | 124.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 251 | 0.72 | 0.49 | 0 | 0.02 | 221.33 | 0.96 | 0.63 |
| Hex | 47 | 7F | FB | 48 | 31 | 0 | 2 | DD | 60 | 3F |
| Octal | 107 | 177 | 373 | 110 | 61 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000111 | 1111111 | 11111011 | 1001000 | 110001 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #477FFB
Complementary color
Monochromatic Colors of #477FFB
Black with #477FFB
Text Example
Text Example
White with #477FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FFB; }
p { color: rgb(71,127,251); }
H1.HeaderClassName
{
color: #477FFB;
}
.AnyTagClassName
{
color: #477FFB;
}
</style>
background-color css
<style>
a { background-color: #477FFB; }
a { background-color: rgb(71,127,251); }
div.DivClassName
{
background-color: #477FFB;
}
.BgClassName
{
background-color: #477FFB;
}
</style>
border-color css
<style>
span { border-color: #477FFB; }
span { border-color: rgb(71,127,251); }
td.TdClassName
{
border-color: #477FFB;
}
.TagClassName
{
border-color: #477FFB;
}
</style>