Shades of Royal Blue #4877FF
Tints of Royal Blue #4877FF
RGB
CMYK
RGB Variations
Color information
#4877FF (or 0x4877FF) is known color: Royal Blue. HEX triplet: 48, 77 and FF. RGB value is (72,119,255). Sum of RGB (Red+Green+Blue) = 72+119+255=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #4877FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4877FF is #B78800. Grayscale: #777777. Windows color (decimal): -12027905 or 16742216. OLE color: 16742216.
HSL color Cylindrical-coordinate representation of color #4877FF: hue angle of 224.59º 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 #4877FF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 119 | 255 | - |
| CMYK | 0.72 | 0.53 | 0 | 0 |
| HSL | 224.59º | 1% | 0.64% | - |
| HSV(B) | 224.59º | 0.72% | 1% | - |
| XYZ | 27.32 | 21.79 | 97.37 | - |
| YUV | 120.45 | 203.93 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 255 | 0.72 | 0.53 | 0 | 0 | 224.59 | 1 | 0.64 |
| Hex | 48 | 77 | FF | 48 | 35 | 0 | 0 | E1 | 64 | 40 |
| Octal | 110 | 167 | 377 | 110 | 65 | 0 | 0 | 341 | 144 | 100 |
| Binary | 1001000 | 1110111 | 11111111 | 1001000 | 110101 | 0 | 0 | 11100001 | 1100100 | 1000000 |
Color Harmonies of #4877FF
Complementary color
Monochromatic Colors of #4877FF
Black with #4877FF
Text Example
Text Example
White with #4877FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4877FF; }
p { color: rgb(72,119,255); }
H1.HeaderClassName
{
color: #4877FF;
}
.AnyTagClassName
{
color: #4877FF;
}
</style>
background-color css
<style>
a { background-color: #4877FF; }
a { background-color: rgb(72,119,255); }
div.DivClassName
{
background-color: #4877FF;
}
.BgClassName
{
background-color: #4877FF;
}
</style>
border-color css
<style>
span { border-color: #4877FF; }
span { border-color: rgb(72,119,255); }
td.TdClassName
{
border-color: #4877FF;
}
.TagClassName
{
border-color: #4877FF;
}
</style>