Shades of Royal Blue #4869EF
Tints of Royal Blue #4869EF
RGB
CMYK
RGB Variations
Color information
#4869EF (or 0x4869EF) is known color: Royal Blue. HEX triplet: 48, 69 and EF. RGB value is (72,105,239). Sum of RGB (Red+Green+Blue) = 72+105+239=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #4869EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4869EF is #B79610. Grayscale: #6D6D6D. Windows color (decimal): -12031505 or 15690056. OLE color: 15690056.
HSL color Cylindrical-coordinate representation of color #4869EF: hue angle of 228.14º 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 #4869EF is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 105 | 239 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.06 |
| HSL | 228.14º | 0.84% | 0.61% | - |
| HSV(B) | 228.14º | 0.7% | 0.94% | - |
| XYZ | 23.3 | 17.71 | 83.85 | - |
| YUV | 110.41 | 200.57 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 239 | 0.70 | 0.56 | 0 | 0.06 | 228.14 | 0.84 | 0.61 |
| Hex | 48 | 69 | EF | 46 | 38 | 0 | 6 | E4 | 54 | 3D |
| Octal | 110 | 151 | 357 | 106 | 70 | 0 | 6 | 344 | 124 | 75 |
| Binary | 1001000 | 1101001 | 11101111 | 1000110 | 111000 | 0 | 110 | 11100100 | 1010100 | 111101 |
Color Harmonies of #4869EF
Complementary color
Monochromatic Colors of #4869EF
Black with #4869EF
Text Example
Text Example
White with #4869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4869EF; }
p { color: rgb(72,105,239); }
H1.HeaderClassName
{
color: #4869EF;
}
.AnyTagClassName
{
color: #4869EF;
}
</style>
background-color css
<style>
a { background-color: #4869EF; }
a { background-color: rgb(72,105,239); }
div.DivClassName
{
background-color: #4869EF;
}
.BgClassName
{
background-color: #4869EF;
}
</style>
border-color css
<style>
span { border-color: #4869EF; }
span { border-color: rgb(72,105,239); }
td.TdClassName
{
border-color: #4869EF;
}
.TagClassName
{
border-color: #4869EF;
}
</style>