Shades of Royal Blue #477AEA
Tints of Royal Blue #477AEA
RGB
CMYK
RGB Variations
Color information
#477AEA (or 0x477AEA) is known color: Royal Blue. HEX triplet: 47, 7A and EA. RGB value is (71,122,234). Sum of RGB (Red+Green+Blue) = 71+122+234=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #477AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AEA is #B88515. Grayscale: #777777. Windows color (decimal): -12092694 or 15366727. OLE color: 15366727.
HSL color Cylindrical-coordinate representation of color #477AEA: hue angle of 221.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477AEA is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 122 | 234 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.08 |
| HSL | 221.23º | 0.8% | 0.6% | - |
| HSV(B) | 221.23º | 0.7% | 0.92% | - |
| XYZ | 24.41 | 21.2 | 80.65 | - |
| YUV | 119.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 234 | 0.70 | 0.48 | 0 | 0.08 | 221.23 | 0.8 | 0.6 |
| Hex | 47 | 7A | EA | 46 | 30 | 0 | 8 | DD | 50 | 3C |
| Octal | 107 | 172 | 352 | 106 | 60 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000111 | 1111010 | 11101010 | 1000110 | 110000 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #477AEA
Complementary color
Monochromatic Colors of #477AEA
Black with #477AEA
Text Example
Text Example
White with #477AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AEA; }
p { color: rgb(71,122,234); }
H1.HeaderClassName
{
color: #477AEA;
}
.AnyTagClassName
{
color: #477AEA;
}
</style>
background-color css
<style>
a { background-color: #477AEA; }
a { background-color: rgb(71,122,234); }
div.DivClassName
{
background-color: #477AEA;
}
.BgClassName
{
background-color: #477AEA;
}
</style>
border-color css
<style>
span { border-color: #477AEA; }
span { border-color: rgb(71,122,234); }
td.TdClassName
{
border-color: #477AEA;
}
.TagClassName
{
border-color: #477AEA;
}
</style>