Shades of Royal Blue #477AF5
Tints of Royal Blue #477AF5
RGB
CMYK
RGB Variations
Color information
#477AF5 (or 0x477AF5) is known color: Royal Blue. HEX triplet: 47, 7A and F5. RGB value is (71,122,245). Sum of RGB (Red+Green+Blue) = 71+122+245=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #477AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AF5 is #B8850A. Grayscale: #787878. Windows color (decimal): -12092683 or 16087623. OLE color: 16087623.
HSL color Cylindrical-coordinate representation of color #477AF5: hue angle of 222.41º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477AF5 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 122 | 245 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.04 |
| HSL | 222.41º | 0.9% | 0.62% | - |
| HSV(B) | 222.41º | 0.71% | 0.96% | - |
| XYZ | 26.04 | 21.85 | 89.23 | - |
| YUV | 120.77 | 198.1 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 245 | 0.71 | 0.50 | 0 | 0.04 | 222.41 | 0.9 | 0.62 |
| Hex | 47 | 7A | F5 | 47 | 32 | 0 | 4 | DE | 5A | 3E |
| Octal | 107 | 172 | 365 | 107 | 62 | 0 | 4 | 336 | 132 | 76 |
| Binary | 1000111 | 1111010 | 11110101 | 1000111 | 110010 | 0 | 100 | 11011110 | 1011010 | 111110 |
Color Harmonies of #477AF5
Complementary color
Monochromatic Colors of #477AF5
Black with #477AF5
Text Example
Text Example
White with #477AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AF5; }
p { color: rgb(71,122,245); }
H1.HeaderClassName
{
color: #477AF5;
}
.AnyTagClassName
{
color: #477AF5;
}
</style>
background-color css
<style>
a { background-color: #477AF5; }
a { background-color: rgb(71,122,245); }
div.DivClassName
{
background-color: #477AF5;
}
.BgClassName
{
background-color: #477AF5;
}
</style>
border-color css
<style>
span { border-color: #477AF5; }
span { border-color: rgb(71,122,245); }
td.TdClassName
{
border-color: #477AF5;
}
.TagClassName
{
border-color: #477AF5;
}
</style>