Shades of Royal Blue #476DFC
Tints of Royal Blue #476DFC
RGB
CMYK
RGB Variations
Color information
#476DFC (or 0x476DFC) is known color: Royal Blue. HEX triplet: 47, 6D and FC. RGB value is (71,109,252). Sum of RGB (Red+Green+Blue) = 71+109+252=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #476DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476DFC is #B89203. Grayscale: #717171. Windows color (decimal): -12096004 or 16543047. OLE color: 16543047.
HSL color Cylindrical-coordinate representation of color #476DFC: hue angle of 227.4º 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 #476DFC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 109 | 252 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.4º | 0.97% | 0.63% | - |
| HSV(B) | 227.4º | 0.72% | 0.99% | - |
| XYZ | 25.64 | 19.31 | 94.47 | - |
| YUV | 113.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 252 | 0.72 | 0.57 | 0 | 0.01 | 227.4 | 0.97 | 0.63 |
| Hex | 47 | 6D | FC | 48 | 39 | 0 | 1 | E3 | 61 | 3F |
| Octal | 107 | 155 | 374 | 110 | 71 | 0 | 1 | 343 | 141 | 77 |
| Binary | 1000111 | 1101101 | 11111100 | 1001000 | 111001 | 0 | 1 | 11100011 | 1100001 | 111111 |
Color Harmonies of #476DFC
Complementary color
Monochromatic Colors of #476DFC
Black with #476DFC
Text Example
Text Example
White with #476DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DFC; }
p { color: rgb(71,109,252); }
H1.HeaderClassName
{
color: #476DFC;
}
.AnyTagClassName
{
color: #476DFC;
}
</style>
background-color css
<style>
a { background-color: #476DFC; }
a { background-color: rgb(71,109,252); }
div.DivClassName
{
background-color: #476DFC;
}
.BgClassName
{
background-color: #476DFC;
}
</style>
border-color css
<style>
span { border-color: #476DFC; }
span { border-color: rgb(71,109,252); }
td.TdClassName
{
border-color: #476DFC;
}
.TagClassName
{
border-color: #476DFC;
}
</style>