Shades of Royal Blue #4868ED
Tints of Royal Blue #4868ED
RGB
CMYK
RGB Variations
Color information
#4868ED (or 0x4868ED) is known color: Royal Blue. HEX triplet: 48, 68 and ED. RGB value is (72,104,237). Sum of RGB (Red+Green+Blue) = 72+104+237=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #4868ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4868ED is #B79712. Grayscale: #6D6D6D. Windows color (decimal): -12031763 or 15558728. OLE color: 15558728.
HSL color Cylindrical-coordinate representation of color #4868ED: hue angle of 228.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4868ED is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 104 | 237 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.07 |
| HSL | 228.36º | 0.82% | 0.61% | - |
| HSV(B) | 228.36º | 0.7% | 0.93% | - |
| XYZ | 22.91 | 17.39 | 82.27 | - |
| YUV | 109.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 237 | 0.70 | 0.56 | 0 | 0.07 | 228.36 | 0.82 | 0.61 |
| Hex | 48 | 68 | ED | 46 | 38 | 0 | 7 | E4 | 52 | 3D |
| Octal | 110 | 150 | 355 | 106 | 70 | 0 | 7 | 344 | 122 | 75 |
| Binary | 1001000 | 1101000 | 11101101 | 1000110 | 111000 | 0 | 111 | 11100100 | 1010010 | 111101 |
Color Harmonies of #4868ED
Complementary color
Monochromatic Colors of #4868ED
Black with #4868ED
Text Example
Text Example
White with #4868ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4868ED; }
p { color: rgb(72,104,237); }
H1.HeaderClassName
{
color: #4868ED;
}
.AnyTagClassName
{
color: #4868ED;
}
</style>
background-color css
<style>
a { background-color: #4868ED; }
a { background-color: rgb(72,104,237); }
div.DivClassName
{
background-color: #4868ED;
}
.BgClassName
{
background-color: #4868ED;
}
</style>
border-color css
<style>
span { border-color: #4868ED; }
span { border-color: rgb(72,104,237); }
td.TdClassName
{
border-color: #4868ED;
}
.TagClassName
{
border-color: #4868ED;
}
</style>