Shades of Royal Blue #476DFE
Tints of Royal Blue #476DFE
RGB
CMYK
RGB Variations
Color information
#476DFE (or 0x476DFE) is known color: Royal Blue. HEX triplet: 47, 6D and FE. RGB value is (71,109,254). Sum of RGB (Red+Green+Blue) = 71+109+254=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #476DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476DFE is #B89201. Grayscale: #717171. Windows color (decimal): -12096002 or 16674119. OLE color: 16674119.
HSL color Cylindrical-coordinate representation of color #476DFE: hue angle of 227.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476DFE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 109 | 254 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.00 |
| HSL | 227.54º | 0.99% | 0.64% | - |
| HSV(B) | 227.54º | 0.72% | 1% | - |
| XYZ | 25.96 | 19.43 | 96.15 | - |
| YUV | 114.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 254 | 0.72 | 0.57 | 0 | 0.00 | 227.54 | 0.99 | 0.64 |
| Hex | 47 | 6D | FE | 48 | 39 | 0 | 0 | E4 | 63 | 40 |
| Octal | 107 | 155 | 376 | 110 | 71 | 0 | 0 | 344 | 143 | 100 |
| Binary | 1000111 | 1101101 | 11111110 | 1001000 | 111001 | 0 | 0 | 11100100 | 1100011 | 1000000 |
Color Harmonies of #476DFE
Complementary color
Monochromatic Colors of #476DFE
Black with #476DFE
Text Example
Text Example
White with #476DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DFE; }
p { color: rgb(71,109,254); }
H1.HeaderClassName
{
color: #476DFE;
}
.AnyTagClassName
{
color: #476DFE;
}
</style>
background-color css
<style>
a { background-color: #476DFE; }
a { background-color: rgb(71,109,254); }
div.DivClassName
{
background-color: #476DFE;
}
.BgClassName
{
background-color: #476DFE;
}
</style>
border-color css
<style>
span { border-color: #476DFE; }
span { border-color: rgb(71,109,254); }
td.TdClassName
{
border-color: #476DFE;
}
.TagClassName
{
border-color: #476DFE;
}
</style>