Shades of Royal Blue #4872FF
Tints of Royal Blue #4872FF
RGB
CMYK
RGB Variations
Color information
#4872FF (or 0x4872FF) is known color: Royal Blue. HEX triplet: 48, 72 and FF. RGB value is (72,114,255). Sum of RGB (Red+Green+Blue) = 72+114+255=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #4872FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4872FF is #B78D00. Grayscale: #747474. Windows color (decimal): -12029185 or 16740936. OLE color: 16740936.
HSL color Cylindrical-coordinate representation of color #4872FF: hue angle of 226.23º 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 #4872FF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 114 | 255 | - |
| CMYK | 0.72 | 0.55 | 0 | 0 |
| HSL | 226.23º | 1% | 0.64% | - |
| HSV(B) | 226.23º | 0.72% | 1% | - |
| XYZ | 26.74 | 20.63 | 97.18 | - |
| YUV | 117.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 255 | 0.72 | 0.55 | 0 | 0 | 226.23 | 1 | 0.64 |
| Hex | 48 | 72 | FF | 48 | 37 | 0 | 0 | E2 | 64 | 40 |
| Octal | 110 | 162 | 377 | 110 | 67 | 0 | 0 | 342 | 144 | 100 |
| Binary | 1001000 | 1110010 | 11111111 | 1001000 | 110111 | 0 | 0 | 11100010 | 1100100 | 1000000 |
Color Harmonies of #4872FF
Complementary color
Monochromatic Colors of #4872FF
Black with #4872FF
Text Example
Text Example
White with #4872FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872FF; }
p { color: rgb(72,114,255); }
H1.HeaderClassName
{
color: #4872FF;
}
.AnyTagClassName
{
color: #4872FF;
}
</style>
background-color css
<style>
a { background-color: #4872FF; }
a { background-color: rgb(72,114,255); }
div.DivClassName
{
background-color: #4872FF;
}
.BgClassName
{
background-color: #4872FF;
}
</style>
border-color css
<style>
span { border-color: #4872FF; }
span { border-color: rgb(72,114,255); }
td.TdClassName
{
border-color: #4872FF;
}
.TagClassName
{
border-color: #4872FF;
}
</style>