Shades of Royal Blue #476BEE
Tints of Royal Blue #476BEE
RGB
CMYK
RGB Variations
Color information
#476BEE (or 0x476BEE) is known color: Royal Blue. HEX triplet: 47, 6B and EE. RGB value is (71,107,238). Sum of RGB (Red+Green+Blue) = 71+107+238=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #476BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BEE is #B89411. Grayscale: #6E6E6E. Windows color (decimal): -12096530 or 15625031. OLE color: 15625031.
HSL color Cylindrical-coordinate representation of color #476BEE: hue angle of 227.07º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476BEE is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 107 | 238 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.07 |
| HSL | 227.07º | 0.83% | 0.61% | - |
| HSV(B) | 227.07º | 0.7% | 0.93% | - |
| XYZ | 23.29 | 18.03 | 83.14 | - |
| YUV | 111.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 238 | 0.70 | 0.55 | 0 | 0.07 | 227.07 | 0.83 | 0.61 |
| Hex | 47 | 6B | EE | 46 | 37 | 0 | 7 | E3 | 53 | 3D |
| Octal | 107 | 153 | 356 | 106 | 67 | 0 | 7 | 343 | 123 | 75 |
| Binary | 1000111 | 1101011 | 11101110 | 1000110 | 110111 | 0 | 111 | 11100011 | 1010011 | 111101 |
Color Harmonies of #476BEE
Complementary color
Monochromatic Colors of #476BEE
Black with #476BEE
Text Example
Text Example
White with #476BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BEE; }
p { color: rgb(71,107,238); }
H1.HeaderClassName
{
color: #476BEE;
}
.AnyTagClassName
{
color: #476BEE;
}
</style>
background-color css
<style>
a { background-color: #476BEE; }
a { background-color: rgb(71,107,238); }
div.DivClassName
{
background-color: #476BEE;
}
.BgClassName
{
background-color: #476BEE;
}
</style>
border-color css
<style>
span { border-color: #476BEE; }
span { border-color: rgb(71,107,238); }
td.TdClassName
{
border-color: #476BEE;
}
.TagClassName
{
border-color: #476BEE;
}
</style>