Shades of Royal Blue #477FFC
Tints of Royal Blue #477FFC
RGB
CMYK
RGB Variations
Color information
#477FFC (or 0x477FFC) is known color: Royal Blue. HEX triplet: 47, 7F and FC. RGB value is (71,127,252). Sum of RGB (Red+Green+Blue) = 71+127+252=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #477FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FFC is #B88003. Grayscale: #7B7B7B. Windows color (decimal): -12091396 or 16547655. OLE color: 16547655.
HSL color Cylindrical-coordinate representation of color #477FFC: hue angle of 221.44º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477FFC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 127 | 252 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.01 |
| HSL | 221.44º | 0.97% | 0.63% | - |
| HSV(B) | 221.44º | 0.72% | 0.99% | - |
| XYZ | 27.76 | 23.55 | 95.18 | - |
| YUV | 124.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 252 | 0.72 | 0.50 | 0 | 0.01 | 221.44 | 0.97 | 0.63 |
| Hex | 47 | 7F | FC | 48 | 32 | 0 | 1 | DD | 61 | 3F |
| Octal | 107 | 177 | 374 | 110 | 62 | 0 | 1 | 335 | 141 | 77 |
| Binary | 1000111 | 1111111 | 11111100 | 1001000 | 110010 | 0 | 1 | 11011101 | 1100001 | 111111 |
Color Harmonies of #477FFC
Complementary color
Monochromatic Colors of #477FFC
Black with #477FFC
Text Example
Text Example
White with #477FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FFC; }
p { color: rgb(71,127,252); }
H1.HeaderClassName
{
color: #477FFC;
}
.AnyTagClassName
{
color: #477FFC;
}
</style>
background-color css
<style>
a { background-color: #477FFC; }
a { background-color: rgb(71,127,252); }
div.DivClassName
{
background-color: #477FFC;
}
.BgClassName
{
background-color: #477FFC;
}
</style>
border-color css
<style>
span { border-color: #477FFC; }
span { border-color: rgb(71,127,252); }
td.TdClassName
{
border-color: #477FFC;
}
.TagClassName
{
border-color: #477FFC;
}
</style>