Shades of Royal Blue #476EF2
Tints of Royal Blue #476EF2
RGB
CMYK
RGB Variations
Color information
#476EF2 (or 0x476EF2) is known color: Royal Blue. HEX triplet: 47, 6E and F2. RGB value is (71,110,242). Sum of RGB (Red+Green+Blue) = 71+110+242=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #476EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EF2 is #B8910D. Grayscale: #707070. Windows color (decimal): -12095758 or 15887943. OLE color: 15887943.
HSL color Cylindrical-coordinate representation of color #476EF2: hue angle of 226.32º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #476EF2 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 110 | 242 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.05 |
| HSL | 226.32º | 0.87% | 0.61% | - |
| HSV(B) | 226.32º | 0.71% | 0.95% | - |
| XYZ | 24.2 | 18.9 | 86.38 | - |
| YUV | 113.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 242 | 0.71 | 0.55 | 0 | 0.05 | 226.32 | 0.87 | 0.61 |
| Hex | 47 | 6E | F2 | 47 | 37 | 0 | 5 | E2 | 57 | 3D |
| Octal | 107 | 156 | 362 | 107 | 67 | 0 | 5 | 342 | 127 | 75 |
| Binary | 1000111 | 1101110 | 11110010 | 1000111 | 110111 | 0 | 101 | 11100010 | 1010111 | 111101 |
Color Harmonies of #476EF2
Complementary color
Monochromatic Colors of #476EF2
Black with #476EF2
Text Example
Text Example
White with #476EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EF2; }
p { color: rgb(71,110,242); }
H1.HeaderClassName
{
color: #476EF2;
}
.AnyTagClassName
{
color: #476EF2;
}
</style>
background-color css
<style>
a { background-color: #476EF2; }
a { background-color: rgb(71,110,242); }
div.DivClassName
{
background-color: #476EF2;
}
.BgClassName
{
background-color: #476EF2;
}
</style>
border-color css
<style>
span { border-color: #476EF2; }
span { border-color: rgb(71,110,242); }
td.TdClassName
{
border-color: #476EF2;
}
.TagClassName
{
border-color: #476EF2;
}
</style>