Shades of Royal Blue #476EC7
Tints of Royal Blue #476EC7
RGB
CMYK
RGB Variations
Color information
#476EC7 (or 0x476EC7) is known color: Royal Blue. HEX triplet: 47, 6E and C7. RGB value is (71,110,199). Sum of RGB (Red+Green+Blue) = 71+110+199=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #476EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EC7 is #B89138. Grayscale: #6C6C6C. Windows color (decimal): -12095801 or 13069895. OLE color: 13069895.
HSL color Cylindrical-coordinate representation of color #476EC7: hue angle of 221.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476EC7 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 110 | 199 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.22 |
| HSL | 221.72º | 0.53% | 0.53% | - |
| HSV(B) | 221.72º | 0.64% | 0.78% | - |
| XYZ | 18.48 | 16.61 | 56.27 | - |
| YUV | 108.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 199 | 0.64 | 0.45 | 0 | 0.22 | 221.72 | 0.53 | 0.53 |
| Hex | 47 | 6E | C7 | 40 | 2D | 0 | 16 | DE | 35 | 35 |
| Octal | 107 | 156 | 307 | 100 | 55 | 0 | 26 | 336 | 65 | 65 |
| Binary | 1000111 | 1101110 | 11000111 | 1000000 | 101101 | 0 | 10110 | 11011110 | 110101 | 110101 |
Color Harmonies of #476EC7
Complementary color
Monochromatic Colors of #476EC7
Black with #476EC7
Text Example
Text Example
White with #476EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EC7; }
p { color: rgb(71,110,199); }
H1.HeaderClassName
{
color: #476EC7;
}
.AnyTagClassName
{
color: #476EC7;
}
</style>
background-color css
<style>
a { background-color: #476EC7; }
a { background-color: rgb(71,110,199); }
div.DivClassName
{
background-color: #476EC7;
}
.BgClassName
{
background-color: #476EC7;
}
</style>
border-color css
<style>
span { border-color: #476EC7; }
span { border-color: rgb(71,110,199); }
td.TdClassName
{
border-color: #476EC7;
}
.TagClassName
{
border-color: #476EC7;
}
</style>