Shades of Royal Blue #4884EC
Tints of Royal Blue #4884EC
RGB
CMYK
RGB Variations
Color information
#4884EC (or 0x4884EC) is known color: Royal Blue. HEX triplet: 48, 84 and EC. RGB value is (72,132,236). Sum of RGB (Red+Green+Blue) = 72+132+236=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #4884EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4884EC is #B77B13. Grayscale: #7D7D7D. Windows color (decimal): -12024596 or 15500360. OLE color: 15500360.
HSL color Cylindrical-coordinate representation of color #4884EC: hue angle of 218.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4884EC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 132 | 236 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.07 |
| HSL | 218.05º | 0.81% | 0.6% | - |
| HSV(B) | 218.05º | 0.69% | 0.93% | - |
| XYZ | 26.06 | 23.94 | 82.6 | - |
| YUV | 125.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 236 | 0.69 | 0.44 | 0 | 0.07 | 218.05 | 0.81 | 0.6 |
| Hex | 48 | 84 | EC | 45 | 2C | 0 | 7 | DA | 51 | 3C |
| Octal | 110 | 204 | 354 | 105 | 54 | 0 | 7 | 332 | 121 | 74 |
| Binary | 1001000 | 10000100 | 11101100 | 1000101 | 101100 | 0 | 111 | 11011010 | 1010001 | 111100 |
Color Harmonies of #4884EC
Complementary color
Monochromatic Colors of #4884EC
Black with #4884EC
Text Example
Text Example
White with #4884EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4884EC; }
p { color: rgb(72,132,236); }
H1.HeaderClassName
{
color: #4884EC;
}
.AnyTagClassName
{
color: #4884EC;
}
</style>
background-color css
<style>
a { background-color: #4884EC; }
a { background-color: rgb(72,132,236); }
div.DivClassName
{
background-color: #4884EC;
}
.BgClassName
{
background-color: #4884EC;
}
</style>
border-color css
<style>
span { border-color: #4884EC; }
span { border-color: rgb(72,132,236); }
td.TdClassName
{
border-color: #4884EC;
}
.TagClassName
{
border-color: #4884EC;
}
</style>