Shades of Royal Blue #4878FF
Tints of Royal Blue #4878FF
RGB
CMYK
RGB Variations
Color information
#4878FF (or 0x4878FF) is known color: Royal Blue. HEX triplet: 48, 78 and FF. RGB value is (72,120,255). Sum of RGB (Red+Green+Blue) = 72+120+255=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #4878FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4878FF is #B78700. Grayscale: #787878. Windows color (decimal): -12027649 or 16742472. OLE color: 16742472.
HSL color Cylindrical-coordinate representation of color #4878FF: hue angle of 224.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4878FF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 120 | 255 | - |
| CMYK | 0.72 | 0.53 | 0 | 0 |
| HSL | 224.26º | 1% | 0.64% | - |
| HSV(B) | 224.26º | 0.72% | 1% | - |
| XYZ | 27.44 | 22.03 | 97.41 | - |
| YUV | 121.04 | 203.6 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 255 | 0.72 | 0.53 | 0 | 0 | 224.26 | 1 | 0.64 |
| Hex | 48 | 78 | FF | 48 | 35 | 0 | 0 | E0 | 64 | 40 |
| Octal | 110 | 170 | 377 | 110 | 65 | 0 | 0 | 340 | 144 | 100 |
| Binary | 1001000 | 1111000 | 11111111 | 1001000 | 110101 | 0 | 0 | 11100000 | 1100100 | 1000000 |
Color Harmonies of #4878FF
Complementary color
Monochromatic Colors of #4878FF
Black with #4878FF
Text Example
Text Example
White with #4878FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878FF; }
p { color: rgb(72,120,255); }
H1.HeaderClassName
{
color: #4878FF;
}
.AnyTagClassName
{
color: #4878FF;
}
</style>
background-color css
<style>
a { background-color: #4878FF; }
a { background-color: rgb(72,120,255); }
div.DivClassName
{
background-color: #4878FF;
}
.BgClassName
{
background-color: #4878FF;
}
</style>
border-color css
<style>
span { border-color: #4878FF; }
span { border-color: rgb(72,120,255); }
td.TdClassName
{
border-color: #4878FF;
}
.TagClassName
{
border-color: #4878FF;
}
</style>