Shades of Royal Blue #4864EF
Tints of Royal Blue #4864EF
RGB
CMYK
RGB Variations
Color information
#4864EF (or 0x4864EF) is known color: Royal Blue. HEX triplet: 48, 64 and EF. RGB value is (72,100,239). Sum of RGB (Red+Green+Blue) = 72+100+239=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #4864EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4864EF is #B79B10. Grayscale: #6A6A6A. Windows color (decimal): -12032785 or 15688776. OLE color: 15688776.
HSL color Cylindrical-coordinate representation of color #4864EF: hue angle of 229.94º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4864EF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 100 | 239 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.06 |
| HSL | 229.94º | 0.84% | 0.61% | - |
| HSV(B) | 229.94º | 0.7% | 0.94% | - |
| XYZ | 22.81 | 16.72 | 83.69 | - |
| YUV | 107.47 | 202.22 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 239 | 0.70 | 0.58 | 0 | 0.06 | 229.94 | 0.84 | 0.61 |
| Hex | 48 | 64 | EF | 46 | 3A | 0 | 6 | E6 | 54 | 3D |
| Octal | 110 | 144 | 357 | 106 | 72 | 0 | 6 | 346 | 124 | 75 |
| Binary | 1001000 | 1100100 | 11101111 | 1000110 | 111010 | 0 | 110 | 11100110 | 1010100 | 111101 |
Color Harmonies of #4864EF
Complementary color
Monochromatic Colors of #4864EF
Black with #4864EF
Text Example
Text Example
White with #4864EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864EF; }
p { color: rgb(72,100,239); }
H1.HeaderClassName
{
color: #4864EF;
}
.AnyTagClassName
{
color: #4864EF;
}
</style>
background-color css
<style>
a { background-color: #4864EF; }
a { background-color: rgb(72,100,239); }
div.DivClassName
{
background-color: #4864EF;
}
.BgClassName
{
background-color: #4864EF;
}
</style>
border-color css
<style>
span { border-color: #4864EF; }
span { border-color: rgb(72,100,239); }
td.TdClassName
{
border-color: #4864EF;
}
.TagClassName
{
border-color: #4864EF;
}
</style>