Shades of Royal Blue #476EFB
Tints of Royal Blue #476EFB
RGB
CMYK
RGB Variations
Color information
#476EFB (or 0x476EFB) is known color: Royal Blue. HEX triplet: 47, 6E and FB. RGB value is (71,110,251). Sum of RGB (Red+Green+Blue) = 71+110+251=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #476EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EFB is #B89104. Grayscale: #717171. Windows color (decimal): -12095749 or 16477767. OLE color: 16477767.
HSL color Cylindrical-coordinate representation of color #476EFB: hue angle of 227º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476EFB is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 110 | 251 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.02 |
| HSL | 227º | 0.96% | 0.63% | - |
| HSV(B) | 227º | 0.72% | 0.98% | - |
| XYZ | 25.59 | 19.46 | 93.67 | - |
| YUV | 114.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 251 | 0.72 | 0.56 | 0 | 0.02 | 227 | 0.96 | 0.63 |
| Hex | 47 | 6E | FB | 48 | 38 | 0 | 2 | E3 | 60 | 3F |
| Octal | 107 | 156 | 373 | 110 | 70 | 0 | 2 | 343 | 140 | 77 |
| Binary | 1000111 | 1101110 | 11111011 | 1001000 | 111000 | 0 | 10 | 11100011 | 1100000 | 111111 |
Color Harmonies of #476EFB
Complementary color
Monochromatic Colors of #476EFB
Black with #476EFB
Text Example
Text Example
White with #476EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EFB; }
p { color: rgb(71,110,251); }
H1.HeaderClassName
{
color: #476EFB;
}
.AnyTagClassName
{
color: #476EFB;
}
</style>
background-color css
<style>
a { background-color: #476EFB; }
a { background-color: rgb(71,110,251); }
div.DivClassName
{
background-color: #476EFB;
}
.BgClassName
{
background-color: #476EFB;
}
</style>
border-color css
<style>
span { border-color: #476EFB; }
span { border-color: rgb(71,110,251); }
td.TdClassName
{
border-color: #476EFB;
}
.TagClassName
{
border-color: #476EFB;
}
</style>