Shades of Royal Blue #476BEC
Tints of Royal Blue #476BEC
RGB
CMYK
RGB Variations
Color information
#476BEC (or 0x476BEC) is known color: Royal Blue. HEX triplet: 47, 6B and EC. RGB value is (71,107,236). Sum of RGB (Red+Green+Blue) = 71+107+236=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #476BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BEC is #B89413. Grayscale: #6E6E6E. Windows color (decimal): -12096532 or 15493959. OLE color: 15493959.
HSL color Cylindrical-coordinate representation of color #476BEC: hue angle of 226.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476BEC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 107 | 236 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.07 |
| HSL | 226.91º | 0.81% | 0.6% | - |
| HSV(B) | 226.91º | 0.7% | 0.93% | - |
| XYZ | 23 | 17.91 | 81.6 | - |
| YUV | 110.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 236 | 0.70 | 0.55 | 0 | 0.07 | 226.91 | 0.81 | 0.6 |
| Hex | 47 | 6B | EC | 46 | 37 | 0 | 7 | E3 | 51 | 3C |
| Octal | 107 | 153 | 354 | 106 | 67 | 0 | 7 | 343 | 121 | 74 |
| Binary | 1000111 | 1101011 | 11101100 | 1000110 | 110111 | 0 | 111 | 11100011 | 1010001 | 111100 |
Color Harmonies of #476BEC
Complementary color
Monochromatic Colors of #476BEC
Black with #476BEC
Text Example
Text Example
White with #476BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BEC; }
p { color: rgb(71,107,236); }
H1.HeaderClassName
{
color: #476BEC;
}
.AnyTagClassName
{
color: #476BEC;
}
</style>
background-color css
<style>
a { background-color: #476BEC; }
a { background-color: rgb(71,107,236); }
div.DivClassName
{
background-color: #476BEC;
}
.BgClassName
{
background-color: #476BEC;
}
</style>
border-color css
<style>
span { border-color: #476BEC; }
span { border-color: rgb(71,107,236); }
td.TdClassName
{
border-color: #476BEC;
}
.TagClassName
{
border-color: #476BEC;
}
</style>