Shades of Royal Blue #476DFF
Tints of Royal Blue #476DFF
RGB
CMYK
RGB Variations
Color information
#476DFF (or 0x476DFF) is known color: Royal Blue. HEX triplet: 47, 6D and FF. RGB value is (71,109,255). Sum of RGB (Red+Green+Blue) = 71+109+255=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #476DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476DFF is #B89200. Grayscale: #717171. Windows color (decimal): -12096001 or 16739655. OLE color: 16739655.
HSL color Cylindrical-coordinate representation of color #476DFF: hue angle of 227.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476DFF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 109 | 255 | - |
| CMYK | 0.72 | 0.57 | 0 | 0 |
| HSL | 227.61º | 1% | 0.64% | - |
| HSV(B) | 227.61º | 0.72% | 1% | - |
| XYZ | 26.12 | 19.5 | 96.99 | - |
| YUV | 114.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 255 | 0.72 | 0.57 | 0 | 0 | 227.61 | 1 | 0.64 |
| Hex | 47 | 6D | FF | 48 | 39 | 0 | 0 | E4 | 64 | 40 |
| Octal | 107 | 155 | 377 | 110 | 71 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1000111 | 1101101 | 11111111 | 1001000 | 111001 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #476DFF
Complementary color
Monochromatic Colors of #476DFF
Black with #476DFF
Text Example
Text Example
White with #476DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DFF; }
p { color: rgb(71,109,255); }
H1.HeaderClassName
{
color: #476DFF;
}
.AnyTagClassName
{
color: #476DFF;
}
</style>
background-color css
<style>
a { background-color: #476DFF; }
a { background-color: rgb(71,109,255); }
div.DivClassName
{
background-color: #476DFF;
}
.BgClassName
{
background-color: #476DFF;
}
</style>
border-color css
<style>
span { border-color: #476DFF; }
span { border-color: rgb(71,109,255); }
td.TdClassName
{
border-color: #476DFF;
}
.TagClassName
{
border-color: #476DFF;
}
</style>