Shades of Royal Blue #476AF0
Tints of Royal Blue #476AF0
RGB
CMYK
RGB Variations
Color information
#476AF0 (or 0x476AF0) is known color: Royal Blue. HEX triplet: 47, 6A and F0. RGB value is (71,106,240). Sum of RGB (Red+Green+Blue) = 71+106+240=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #476AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AF0 is #B8950F. Grayscale: #6E6E6E. Windows color (decimal): -12096784 or 15755847. OLE color: 15755847.
HSL color Cylindrical-coordinate representation of color #476AF0: hue angle of 227.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476AF0 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 106 | 240 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.06 |
| HSL | 227.57º | 0.85% | 0.61% | - |
| HSV(B) | 227.57º | 0.7% | 0.94% | - |
| XYZ | 23.48 | 17.94 | 84.66 | - |
| YUV | 110.81 | 200.9 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 240 | 0.70 | 0.56 | 0 | 0.06 | 227.57 | 0.85 | 0.61 |
| Hex | 47 | 6A | F0 | 46 | 38 | 0 | 6 | E4 | 55 | 3D |
| Octal | 107 | 152 | 360 | 106 | 70 | 0 | 6 | 344 | 125 | 75 |
| Binary | 1000111 | 1101010 | 11110000 | 1000110 | 111000 | 0 | 110 | 11100100 | 1010101 | 111101 |
Color Harmonies of #476AF0
Complementary color
Monochromatic Colors of #476AF0
Black with #476AF0
Text Example
Text Example
White with #476AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AF0; }
p { color: rgb(71,106,240); }
H1.HeaderClassName
{
color: #476AF0;
}
.AnyTagClassName
{
color: #476AF0;
}
</style>
background-color css
<style>
a { background-color: #476AF0; }
a { background-color: rgb(71,106,240); }
div.DivClassName
{
background-color: #476AF0;
}
.BgClassName
{
background-color: #476AF0;
}
</style>
border-color css
<style>
span { border-color: #476AF0; }
span { border-color: rgb(71,106,240); }
td.TdClassName
{
border-color: #476AF0;
}
.TagClassName
{
border-color: #476AF0;
}
</style>