Shades of Royal Blue #4777EA
Tints of Royal Blue #4777EA
RGB
CMYK
RGB Variations
Color information
#4777EA (or 0x4777EA) is known color: Royal Blue. HEX triplet: 47, 77 and EA. RGB value is (71,119,234). Sum of RGB (Red+Green+Blue) = 71+119+234=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #4777EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4777EA is #B88815. Grayscale: #757575. Windows color (decimal): -12093462 or 15365959. OLE color: 15365959.
HSL color Cylindrical-coordinate representation of color #4777EA: hue angle of 222.33º 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 #4777EA is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 119 | 234 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.08 |
| HSL | 222.33º | 0.8% | 0.6% | - |
| HSV(B) | 222.33º | 0.7% | 0.92% | - |
| XYZ | 24.05 | 20.47 | 80.53 | - |
| YUV | 117.76 | 193.6 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 234 | 0.70 | 0.49 | 0 | 0.08 | 222.33 | 0.8 | 0.6 |
| Hex | 47 | 77 | EA | 46 | 31 | 0 | 8 | DE | 50 | 3C |
| Octal | 107 | 167 | 352 | 106 | 61 | 0 | 10 | 336 | 120 | 74 |
| Binary | 1000111 | 1110111 | 11101010 | 1000110 | 110001 | 0 | 1000 | 11011110 | 1010000 | 111100 |
Color Harmonies of #4777EA
Complementary color
Monochromatic Colors of #4777EA
Black with #4777EA
Text Example
Text Example
White with #4777EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777EA; }
p { color: rgb(71,119,234); }
H1.HeaderClassName
{
color: #4777EA;
}
.AnyTagClassName
{
color: #4777EA;
}
</style>
background-color css
<style>
a { background-color: #4777EA; }
a { background-color: rgb(71,119,234); }
div.DivClassName
{
background-color: #4777EA;
}
.BgClassName
{
background-color: #4777EA;
}
</style>
border-color css
<style>
span { border-color: #4777EA; }
span { border-color: rgb(71,119,234); }
td.TdClassName
{
border-color: #4777EA;
}
.TagClassName
{
border-color: #4777EA;
}
</style>