Shades of Royal Blue #4484EC
Tints of Royal Blue #4484EC
RGB
CMYK
RGB Variations
Color information
#4484EC (or 0x4484EC) is known color: Royal Blue. HEX triplet: 44, 84 and EC. RGB value is (68,132,236). Sum of RGB (Red+Green+Blue) = 68+132+236=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #4484EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4484EC is #BB7B13. Grayscale: #7C7C7C. Windows color (decimal): -12286740 or 15500356. OLE color: 15500356.
HSL color Cylindrical-coordinate representation of color #4484EC: hue angle of 217.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4484EC is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 132 | 236 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.07 |
| HSL | 217.14º | 0.82% | 0.6% | - |
| HSV(B) | 217.14º | 0.71% | 0.93% | - |
| XYZ | 25.78 | 23.79 | 82.59 | - |
| YUV | 124.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 236 | 0.71 | 0.44 | 0 | 0.07 | 217.14 | 0.82 | 0.6 |
| Hex | 44 | 84 | EC | 47 | 2C | 0 | 7 | D9 | 52 | 3C |
| Octal | 104 | 204 | 354 | 107 | 54 | 0 | 7 | 331 | 122 | 74 |
| Binary | 1000100 | 10000100 | 11101100 | 1000111 | 101100 | 0 | 111 | 11011001 | 1010010 | 111100 |
Color Harmonies of #4484EC
Complementary color
Monochromatic Colors of #4484EC
Black with #4484EC
Text Example
Text Example
White with #4484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4484EC; }
p { color: rgb(68,132,236); }
H1.HeaderClassName
{
color: #4484EC;
}
.AnyTagClassName
{
color: #4484EC;
}
</style>
background-color css
<style>
a { background-color: #4484EC; }
a { background-color: rgb(68,132,236); }
div.DivClassName
{
background-color: #4484EC;
}
.BgClassName
{
background-color: #4484EC;
}
</style>
border-color css
<style>
span { border-color: #4484EC; }
span { border-color: rgb(68,132,236); }
td.TdClassName
{
border-color: #4484EC;
}
.TagClassName
{
border-color: #4484EC;
}
</style>