Shades of Royal Blue #4878EA
Tints of Royal Blue #4878EA
RGB
CMYK
RGB Variations
Color information
#4878EA (or 0x4878EA) is known color: Royal Blue. HEX triplet: 48, 78 and EA. RGB value is (72,120,234). Sum of RGB (Red+Green+Blue) = 72+120+234=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #4878EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4878EA is #B78715. Grayscale: #767676. Windows color (decimal): -12027670 or 15366216. OLE color: 15366216.
HSL color Cylindrical-coordinate representation of color #4878EA: hue angle of 222.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4878EA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 120 | 234 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.08 |
| HSL | 222.22º | 0.79% | 0.6% | - |
| HSV(B) | 222.22º | 0.69% | 0.92% | - |
| XYZ | 24.24 | 20.75 | 80.57 | - |
| YUV | 118.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 234 | 0.69 | 0.49 | 0 | 0.08 | 222.22 | 0.79 | 0.6 |
| Hex | 48 | 78 | EA | 45 | 31 | 0 | 8 | DE | 4F | 3C |
| Octal | 110 | 170 | 352 | 105 | 61 | 0 | 10 | 336 | 117 | 74 |
| Binary | 1001000 | 1111000 | 11101010 | 1000101 | 110001 | 0 | 1000 | 11011110 | 1001111 | 111100 |
Color Harmonies of #4878EA
Complementary color
Monochromatic Colors of #4878EA
Black with #4878EA
Text Example
Text Example
White with #4878EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878EA; }
p { color: rgb(72,120,234); }
H1.HeaderClassName
{
color: #4878EA;
}
.AnyTagClassName
{
color: #4878EA;
}
</style>
background-color css
<style>
a { background-color: #4878EA; }
a { background-color: rgb(72,120,234); }
div.DivClassName
{
background-color: #4878EA;
}
.BgClassName
{
background-color: #4878EA;
}
</style>
border-color css
<style>
span { border-color: #4878EA; }
span { border-color: rgb(72,120,234); }
td.TdClassName
{
border-color: #4878EA;
}
.TagClassName
{
border-color: #4878EA;
}
</style>