Shades of Royal Blue #476BE0
Tints of Royal Blue #476BE0
RGB
CMYK
RGB Variations
Color information
#476BE0 (or 0x476BE0) is known color: Royal Blue. HEX triplet: 47, 6B and E0. RGB value is (71,107,224). Sum of RGB (Red+Green+Blue) = 71+107+224=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #476BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BE0 is #B8941F. Grayscale: #6D6D6D. Windows color (decimal): -12096544 or 14707527. OLE color: 14707527.
HSL color Cylindrical-coordinate representation of color #476BE0: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476BE0 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 107 | 224 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.12 |
| HSL | 225.88º | 0.71% | 0.58% | - |
| HSV(B) | 225.88º | 0.68% | 0.88% | - |
| XYZ | 21.31 | 17.24 | 72.72 | - |
| YUV | 109.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 224 | 0.68 | 0.52 | 0 | 0.12 | 225.88 | 0.71 | 0.58 |
| Hex | 47 | 6B | E0 | 44 | 34 | 0 | C | E2 | 47 | 3A |
| Octal | 107 | 153 | 340 | 104 | 64 | 0 | 14 | 342 | 107 | 72 |
| Binary | 1000111 | 1101011 | 11100000 | 1000100 | 110100 | 0 | 1100 | 11100010 | 1000111 | 111010 |
Color Harmonies of #476BE0
Complementary color
Monochromatic Colors of #476BE0
Black with #476BE0
Text Example
Text Example
White with #476BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BE0; }
p { color: rgb(71,107,224); }
H1.HeaderClassName
{
color: #476BE0;
}
.AnyTagClassName
{
color: #476BE0;
}
</style>
background-color css
<style>
a { background-color: #476BE0; }
a { background-color: rgb(71,107,224); }
div.DivClassName
{
background-color: #476BE0;
}
.BgClassName
{
background-color: #476BE0;
}
</style>
border-color css
<style>
span { border-color: #476BE0; }
span { border-color: rgb(71,107,224); }
td.TdClassName
{
border-color: #476BE0;
}
.TagClassName
{
border-color: #476BE0;
}
</style>