Shades of Royal Blue #4868EC
Tints of Royal Blue #4868EC
RGB
CMYK
RGB Variations
Color information
#4868EC (or 0x4868EC) is known color: Royal Blue. HEX triplet: 48, 68 and EC. RGB value is (72,104,236). Sum of RGB (Red+Green+Blue) = 72+104+236=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #4868EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4868EC is #B79713. Grayscale: #6C6C6C. Windows color (decimal): -12031764 or 15493192. OLE color: 15493192.
HSL color Cylindrical-coordinate representation of color #4868EC: hue angle of 228.29º 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 #4868EC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 104 | 236 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.07 |
| HSL | 228.29º | 0.81% | 0.6% | - |
| HSV(B) | 228.29º | 0.69% | 0.93% | - |
| XYZ | 22.76 | 17.33 | 81.5 | - |
| YUV | 109.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 236 | 0.69 | 0.56 | 0 | 0.07 | 228.29 | 0.81 | 0.6 |
| Hex | 48 | 68 | EC | 45 | 38 | 0 | 7 | E4 | 51 | 3C |
| Octal | 110 | 150 | 354 | 105 | 70 | 0 | 7 | 344 | 121 | 74 |
| Binary | 1001000 | 1101000 | 11101100 | 1000101 | 111000 | 0 | 111 | 11100100 | 1010001 | 111100 |
Color Harmonies of #4868EC
Complementary color
Monochromatic Colors of #4868EC
Black with #4868EC
Text Example
Text Example
White with #4868EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4868EC; }
p { color: rgb(72,104,236); }
H1.HeaderClassName
{
color: #4868EC;
}
.AnyTagClassName
{
color: #4868EC;
}
</style>
background-color css
<style>
a { background-color: #4868EC; }
a { background-color: rgb(72,104,236); }
div.DivClassName
{
background-color: #4868EC;
}
.BgClassName
{
background-color: #4868EC;
}
</style>
border-color css
<style>
span { border-color: #4868EC; }
span { border-color: rgb(72,104,236); }
td.TdClassName
{
border-color: #4868EC;
}
.TagClassName
{
border-color: #4868EC;
}
</style>