Shades of Royal Blue #477CFB
Tints of Royal Blue #477CFB
RGB
CMYK
RGB Variations
Color information
#477CFB (or 0x477CFB) is known color: Royal Blue. HEX triplet: 47, 7C and FB. RGB value is (71,124,251). Sum of RGB (Red+Green+Blue) = 71+124+251=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #477CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CFB is #B88304. Grayscale: #7A7A7A. Windows color (decimal): -12092165 or 16481351. OLE color: 16481351.
HSL color Cylindrical-coordinate representation of color #477CFB: hue angle of 222.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 #477CFB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 124 | 251 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.02 |
| HSL | 222.33º | 0.96% | 0.63% | - |
| HSV(B) | 222.33º | 0.72% | 0.98% | - |
| XYZ | 27.22 | 22.72 | 94.22 | - |
| YUV | 122.63 | 200.44 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 251 | 0.72 | 0.51 | 0 | 0.02 | 222.33 | 0.96 | 0.63 |
| Hex | 47 | 7C | FB | 48 | 33 | 0 | 2 | DE | 60 | 3F |
| Octal | 107 | 174 | 373 | 110 | 63 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1000111 | 1111100 | 11111011 | 1001000 | 110011 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #477CFB
Complementary color
Monochromatic Colors of #477CFB
Black with #477CFB
Text Example
Text Example
White with #477CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CFB; }
p { color: rgb(71,124,251); }
H1.HeaderClassName
{
color: #477CFB;
}
.AnyTagClassName
{
color: #477CFB;
}
</style>
background-color css
<style>
a { background-color: #477CFB; }
a { background-color: rgb(71,124,251); }
div.DivClassName
{
background-color: #477CFB;
}
.BgClassName
{
background-color: #477CFB;
}
</style>
border-color css
<style>
span { border-color: #477CFB; }
span { border-color: rgb(71,124,251); }
td.TdClassName
{
border-color: #477CFB;
}
.TagClassName
{
border-color: #477CFB;
}
</style>