Shades of Royal Blue #4872DF
Tints of Royal Blue #4872DF
RGB
CMYK
RGB Variations
Color information
#4872DF (or 0x4872DF) is known color: Royal Blue. HEX triplet: 48, 72 and DF. RGB value is (72,114,223). Sum of RGB (Red+Green+Blue) = 72+114+223=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #4872DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872DF is #B78D20. Grayscale: #717171. Windows color (decimal): -12029217 or 14643784. OLE color: 14643784.
HSL color Cylindrical-coordinate representation of color #4872DF: hue angle of 223.31º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4872DF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 114 | 223 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.13 |
| HSL | 223.31º | 0.7% | 0.58% | - |
| HSV(B) | 223.31º | 0.68% | 0.87% | - |
| XYZ | 22.01 | 18.74 | 72.27 | - |
| YUV | 113.87 | 189.59 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 223 | 0.68 | 0.49 | 0 | 0.13 | 223.31 | 0.7 | 0.58 |
| Hex | 48 | 72 | DF | 44 | 31 | 0 | D | DF | 46 | 3A |
| Octal | 110 | 162 | 337 | 104 | 61 | 0 | 15 | 337 | 106 | 72 |
| Binary | 1001000 | 1110010 | 11011111 | 1000100 | 110001 | 0 | 1101 | 11011111 | 1000110 | 111010 |
Color Harmonies of #4872DF
Complementary color
Monochromatic Colors of #4872DF
Black with #4872DF
Text Example
Text Example
White with #4872DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872DF; }
p { color: rgb(72,114,223); }
H1.HeaderClassName
{
color: #4872DF;
}
.AnyTagClassName
{
color: #4872DF;
}
</style>
background-color css
<style>
a { background-color: #4872DF; }
a { background-color: rgb(72,114,223); }
div.DivClassName
{
background-color: #4872DF;
}
.BgClassName
{
background-color: #4872DF;
}
</style>
border-color css
<style>
span { border-color: #4872DF; }
span { border-color: rgb(72,114,223); }
td.TdClassName
{
border-color: #4872DF;
}
.TagClassName
{
border-color: #4872DF;
}
</style>