Shades of Royal Blue #477DF3
Tints of Royal Blue #477DF3
RGB
CMYK
RGB Variations
Color information
#477DF3 (or 0x477DF3) is known color: Royal Blue. HEX triplet: 47, 7D and F3. RGB value is (71,125,243). Sum of RGB (Red+Green+Blue) = 71+125+243=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #477DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DF3 is #B8820C. Grayscale: #797979. Windows color (decimal): -12091917 or 15957319. OLE color: 15957319.
HSL color Cylindrical-coordinate representation of color #477DF3: hue angle of 221.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477DF3 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 125 | 243 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.05 |
| HSL | 221.16º | 0.88% | 0.62% | - |
| HSV(B) | 221.16º | 0.71% | 0.95% | - |
| XYZ | 26.11 | 22.48 | 87.76 | - |
| YUV | 122.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 243 | 0.71 | 0.49 | 0 | 0.05 | 221.16 | 0.88 | 0.62 |
| Hex | 47 | 7D | F3 | 47 | 31 | 0 | 5 | DD | 58 | 3E |
| Octal | 107 | 175 | 363 | 107 | 61 | 0 | 5 | 335 | 130 | 76 |
| Binary | 1000111 | 1111101 | 11110011 | 1000111 | 110001 | 0 | 101 | 11011101 | 1011000 | 111110 |
Color Harmonies of #477DF3
Complementary color
Monochromatic Colors of #477DF3
Black with #477DF3
Text Example
Text Example
White with #477DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DF3; }
p { color: rgb(71,125,243); }
H1.HeaderClassName
{
color: #477DF3;
}
.AnyTagClassName
{
color: #477DF3;
}
</style>
background-color css
<style>
a { background-color: #477DF3; }
a { background-color: rgb(71,125,243); }
div.DivClassName
{
background-color: #477DF3;
}
.BgClassName
{
background-color: #477DF3;
}
</style>
border-color css
<style>
span { border-color: #477DF3; }
span { border-color: rgb(71,125,243); }
td.TdClassName
{
border-color: #477DF3;
}
.TagClassName
{
border-color: #477DF3;
}
</style>