Shades of Royal Blue #477BEA
Tints of Royal Blue #477BEA
RGB
CMYK
RGB Variations
Color information
#477BEA (or 0x477BEA) is known color: Royal Blue. HEX triplet: 47, 7B and EA. RGB value is (71,123,234). Sum of RGB (Red+Green+Blue) = 71+123+234=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #477BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BEA is #B88415. Grayscale: #777777. Windows color (decimal): -12092438 or 15366983. OLE color: 15366983.
HSL color Cylindrical-coordinate representation of color #477BEA: hue angle of 220.86º 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 #477BEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 123 | 234 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220.86º | 0.8% | 0.6% | - |
| HSV(B) | 220.86º | 0.7% | 0.92% | - |
| XYZ | 24.53 | 21.45 | 80.69 | - |
| YUV | 120.11 | 192.27 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 234 | 0.70 | 0.47 | 0 | 0.08 | 220.86 | 0.8 | 0.6 |
| Hex | 47 | 7B | EA | 46 | 2F | 0 | 8 | DD | 50 | 3C |
| Octal | 107 | 173 | 352 | 106 | 57 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000111 | 1111011 | 11101010 | 1000110 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #477BEA
Complementary color
Monochromatic Colors of #477BEA
Black with #477BEA
Text Example
Text Example
White with #477BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BEA; }
p { color: rgb(71,123,234); }
H1.HeaderClassName
{
color: #477BEA;
}
.AnyTagClassName
{
color: #477BEA;
}
</style>
background-color css
<style>
a { background-color: #477BEA; }
a { background-color: rgb(71,123,234); }
div.DivClassName
{
background-color: #477BEA;
}
.BgClassName
{
background-color: #477BEA;
}
</style>
border-color css
<style>
span { border-color: #477BEA; }
span { border-color: rgb(71,123,234); }
td.TdClassName
{
border-color: #477BEA;
}
.TagClassName
{
border-color: #477BEA;
}
</style>