Shades of Royal Blue #476DF2
Tints of Royal Blue #476DF2
RGB
CMYK
RGB Variations
Color information
#476DF2 (or 0x476DF2) is known color: Royal Blue. HEX triplet: 47, 6D and F2. RGB value is (71,109,242). Sum of RGB (Red+Green+Blue) = 71+109+242=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #476DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476DF2 is #B8920D. Grayscale: #707070. Windows color (decimal): -12096014 or 15887687. OLE color: 15887687.
HSL color Cylindrical-coordinate representation of color #476DF2: hue angle of 226.67º 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 #476DF2 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 109 | 242 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.05 |
| HSL | 226.67º | 0.87% | 0.61% | - |
| HSV(B) | 226.67º | 0.71% | 0.95% | - |
| XYZ | 24.09 | 18.69 | 86.34 | - |
| YUV | 112.8 | 200.91 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 242 | 0.71 | 0.55 | 0 | 0.05 | 226.67 | 0.87 | 0.61 |
| Hex | 47 | 6D | F2 | 47 | 37 | 0 | 5 | E3 | 57 | 3D |
| Octal | 107 | 155 | 362 | 107 | 67 | 0 | 5 | 343 | 127 | 75 |
| Binary | 1000111 | 1101101 | 11110010 | 1000111 | 110111 | 0 | 101 | 11100011 | 1010111 | 111101 |
Color Harmonies of #476DF2
Complementary color
Monochromatic Colors of #476DF2
Black with #476DF2
Text Example
Text Example
White with #476DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DF2; }
p { color: rgb(71,109,242); }
H1.HeaderClassName
{
color: #476DF2;
}
.AnyTagClassName
{
color: #476DF2;
}
</style>
background-color css
<style>
a { background-color: #476DF2; }
a { background-color: rgb(71,109,242); }
div.DivClassName
{
background-color: #476DF2;
}
.BgClassName
{
background-color: #476DF2;
}
</style>
border-color css
<style>
span { border-color: #476DF2; }
span { border-color: rgb(71,109,242); }
td.TdClassName
{
border-color: #476DF2;
}
.TagClassName
{
border-color: #476DF2;
}
</style>