Shades of Royal Blue #477BFC
Tints of Royal Blue #477BFC
RGB
CMYK
RGB Variations
Color information
#477BFC (or 0x477BFC) is known color: Royal Blue. HEX triplet: 47, 7B and FC. RGB value is (71,123,252). Sum of RGB (Red+Green+Blue) = 71+123+252=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #477BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BFC is #B88403. Grayscale: #797979. Windows color (decimal): -12092420 or 16546631. OLE color: 16546631.
HSL color Cylindrical-coordinate representation of color #477BFC: hue angle of 222.76º 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 #477BFC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 123 | 252 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.76º | 0.97% | 0.63% | - |
| HSV(B) | 222.76º | 0.72% | 0.99% | - |
| XYZ | 27.25 | 22.53 | 95.01 | - |
| YUV | 122.16 | 201.27 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 252 | 0.72 | 0.51 | 0 | 0.01 | 222.76 | 0.97 | 0.63 |
| Hex | 47 | 7B | FC | 48 | 33 | 0 | 1 | DF | 61 | 3F |
| Octal | 107 | 173 | 374 | 110 | 63 | 0 | 1 | 337 | 141 | 77 |
| Binary | 1000111 | 1111011 | 11111100 | 1001000 | 110011 | 0 | 1 | 11011111 | 1100001 | 111111 |
Color Harmonies of #477BFC
Complementary color
Monochromatic Colors of #477BFC
Black with #477BFC
Text Example
Text Example
White with #477BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BFC; }
p { color: rgb(71,123,252); }
H1.HeaderClassName
{
color: #477BFC;
}
.AnyTagClassName
{
color: #477BFC;
}
</style>
background-color css
<style>
a { background-color: #477BFC; }
a { background-color: rgb(71,123,252); }
div.DivClassName
{
background-color: #477BFC;
}
.BgClassName
{
background-color: #477BFC;
}
</style>
border-color css
<style>
span { border-color: #477BFC; }
span { border-color: rgb(71,123,252); }
td.TdClassName
{
border-color: #477BFC;
}
.TagClassName
{
border-color: #477BFC;
}
</style>