Shades of Royal Blue #476EFD
Tints of Royal Blue #476EFD
RGB
CMYK
RGB Variations
Color information
#476EFD (or 0x476EFD) is known color: Royal Blue. HEX triplet: 47, 6E and FD. RGB value is (71,110,253). Sum of RGB (Red+Green+Blue) = 71+110+253=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #476EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EFD is #B89102. Grayscale: #727272. Windows color (decimal): -12095747 or 16608839. OLE color: 16608839.
HSL color Cylindrical-coordinate representation of color #476EFD: hue angle of 227.14º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476EFD is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 110 | 253 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.14º | 0.98% | 0.64% | - |
| HSV(B) | 227.14º | 0.72% | 0.99% | - |
| XYZ | 25.9 | 19.58 | 95.34 | - |
| YUV | 114.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 253 | 0.72 | 0.57 | 0 | 0.01 | 227.14 | 0.98 | 0.64 |
| Hex | 47 | 6E | FD | 48 | 39 | 0 | 1 | E3 | 62 | 40 |
| Octal | 107 | 156 | 375 | 110 | 71 | 0 | 1 | 343 | 142 | 100 |
| Binary | 1000111 | 1101110 | 11111101 | 1001000 | 111001 | 0 | 1 | 11100011 | 1100010 | 1000000 |
Color Harmonies of #476EFD
Complementary color
Monochromatic Colors of #476EFD
Black with #476EFD
Text Example
Text Example
White with #476EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EFD; }
p { color: rgb(71,110,253); }
H1.HeaderClassName
{
color: #476EFD;
}
.AnyTagClassName
{
color: #476EFD;
}
</style>
background-color css
<style>
a { background-color: #476EFD; }
a { background-color: rgb(71,110,253); }
div.DivClassName
{
background-color: #476EFD;
}
.BgClassName
{
background-color: #476EFD;
}
</style>
border-color css
<style>
span { border-color: #476EFD; }
span { border-color: rgb(71,110,253); }
td.TdClassName
{
border-color: #476EFD;
}
.TagClassName
{
border-color: #476EFD;
}
</style>