Shades of Royal Blue #476ECE
Tints of Royal Blue #476ECE
RGB
CMYK
RGB Variations
Color information
#476ECE (or 0x476ECE) is known color: Royal Blue. HEX triplet: 47, 6E and CE. RGB value is (71,110,206). Sum of RGB (Red+Green+Blue) = 71+110+206=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #476ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ECE is #B89131. Grayscale: #6C6C6C. Windows color (decimal): -12095794 or 13528647. OLE color: 13528647.
HSL color Cylindrical-coordinate representation of color #476ECE: hue angle of 222.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476ECE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 110 | 206 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.67º | 0.58% | 0.54% | - |
| HSV(B) | 222.67º | 0.66% | 0.81% | - |
| XYZ | 19.32 | 16.95 | 60.65 | - |
| YUV | 109.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 206 | 0.66 | 0.47 | 0 | 0.19 | 222.67 | 0.58 | 0.54 |
| Hex | 47 | 6E | CE | 42 | 2F | 0 | 13 | DF | 3A | 36 |
| Octal | 107 | 156 | 316 | 102 | 57 | 0 | 23 | 337 | 72 | 66 |
| Binary | 1000111 | 1101110 | 11001110 | 1000010 | 101111 | 0 | 10011 | 11011111 | 111010 | 110110 |
Color Harmonies of #476ECE
Complementary color
Monochromatic Colors of #476ECE
Black with #476ECE
Text Example
Text Example
White with #476ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ECE; }
p { color: rgb(71,110,206); }
H1.HeaderClassName
{
color: #476ECE;
}
.AnyTagClassName
{
color: #476ECE;
}
</style>
background-color css
<style>
a { background-color: #476ECE; }
a { background-color: rgb(71,110,206); }
div.DivClassName
{
background-color: #476ECE;
}
.BgClassName
{
background-color: #476ECE;
}
</style>
border-color css
<style>
span { border-color: #476ECE; }
span { border-color: rgb(71,110,206); }
td.TdClassName
{
border-color: #476ECE;
}
.TagClassName
{
border-color: #476ECE;
}
</style>