Shades of Royal Blue #476EC8
Tints of Royal Blue #476EC8
RGB
CMYK
RGB Variations
Color information
#476EC8 (or 0x476EC8) is known color: Royal Blue. HEX triplet: 47, 6E and C8. RGB value is (71,110,200). Sum of RGB (Red+Green+Blue) = 71+110+200=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #476EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EC8 is #B89137. Grayscale: #6C6C6C. Windows color (decimal): -12095800 or 13135431. OLE color: 13135431.
HSL color Cylindrical-coordinate representation of color #476EC8: hue angle of 221.86º degrees, saturation: 0.54, 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 #476EC8 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 110 | 200 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.22 |
| HSL | 221.86º | 0.54% | 0.53% | - |
| HSV(B) | 221.86º | 0.65% | 0.78% | - |
| XYZ | 18.6 | 16.66 | 56.88 | - |
| YUV | 108.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 200 | 0.64 | 0.45 | 0 | 0.22 | 221.86 | 0.54 | 0.53 |
| Hex | 47 | 6E | C8 | 40 | 2D | 0 | 16 | DE | 36 | 35 |
| Octal | 107 | 156 | 310 | 100 | 55 | 0 | 26 | 336 | 66 | 65 |
| Binary | 1000111 | 1101110 | 11001000 | 1000000 | 101101 | 0 | 10110 | 11011110 | 110110 | 110101 |
Color Harmonies of #476EC8
Complementary color
Monochromatic Colors of #476EC8
Black with #476EC8
Text Example
Text Example
White with #476EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EC8; }
p { color: rgb(71,110,200); }
H1.HeaderClassName
{
color: #476EC8;
}
.AnyTagClassName
{
color: #476EC8;
}
</style>
background-color css
<style>
a { background-color: #476EC8; }
a { background-color: rgb(71,110,200); }
div.DivClassName
{
background-color: #476EC8;
}
.BgClassName
{
background-color: #476EC8;
}
</style>
border-color css
<style>
span { border-color: #476EC8; }
span { border-color: rgb(71,110,200); }
td.TdClassName
{
border-color: #476EC8;
}
.TagClassName
{
border-color: #476EC8;
}
</style>