Shades of Royal Blue #476FE9
Tints of Royal Blue #476FE9
RGB
CMYK
RGB Variations
Color information
#476FE9 (or 0x476FE9) is known color: Royal Blue. HEX triplet: 47, 6F and E9. RGB value is (71,111,233). Sum of RGB (Red+Green+Blue) = 71+111+233=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #476FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FE9 is #B89016. Grayscale: #707070. Windows color (decimal): -12095511 or 15298375. OLE color: 15298375.
HSL color Cylindrical-coordinate representation of color #476FE9: hue angle of 225.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476FE9 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 111 | 233 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.09 |
| HSL | 225.19º | 0.79% | 0.6% | - |
| HSV(B) | 225.19º | 0.7% | 0.91% | - |
| XYZ | 22.99 | 18.59 | 79.47 | - |
| YUV | 112.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 233 | 0.70 | 0.52 | 0 | 0.09 | 225.19 | 0.79 | 0.6 |
| Hex | 47 | 6F | E9 | 46 | 34 | 0 | 9 | E1 | 4F | 3C |
| Octal | 107 | 157 | 351 | 106 | 64 | 0 | 11 | 341 | 117 | 74 |
| Binary | 1000111 | 1101111 | 11101001 | 1000110 | 110100 | 0 | 1001 | 11100001 | 1001111 | 111100 |
Color Harmonies of #476FE9
Complementary color
Monochromatic Colors of #476FE9
Black with #476FE9
Text Example
Text Example
White with #476FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FE9; }
p { color: rgb(71,111,233); }
H1.HeaderClassName
{
color: #476FE9;
}
.AnyTagClassName
{
color: #476FE9;
}
</style>
background-color css
<style>
a { background-color: #476FE9; }
a { background-color: rgb(71,111,233); }
div.DivClassName
{
background-color: #476FE9;
}
.BgClassName
{
background-color: #476FE9;
}
</style>
border-color css
<style>
span { border-color: #476FE9; }
span { border-color: rgb(71,111,233); }
td.TdClassName
{
border-color: #476FE9;
}
.TagClassName
{
border-color: #476FE9;
}
</style>