Shades of Royal Blue #4876DF
Tints of Royal Blue #4876DF
RGB
CMYK
RGB Variations
Color information
#4876DF (or 0x4876DF) is known color: Royal Blue. HEX triplet: 48, 76 and DF. RGB value is (72,118,223). Sum of RGB (Red+Green+Blue) = 72+118+223=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #4876DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876DF is #B78920. Grayscale: #737373. Windows color (decimal): -12028193 or 14644808. OLE color: 14644808.
HSL color Cylindrical-coordinate representation of color #4876DF: hue angle of 221.72º 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 #4876DF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 118 | 223 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.13 |
| HSL | 221.72º | 0.7% | 0.58% | - |
| HSV(B) | 221.72º | 0.68% | 0.87% | - |
| XYZ | 22.47 | 19.66 | 72.42 | - |
| YUV | 116.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 223 | 0.68 | 0.47 | 0 | 0.13 | 221.72 | 0.7 | 0.58 |
| Hex | 48 | 76 | DF | 44 | 2F | 0 | D | DE | 46 | 3A |
| Octal | 110 | 166 | 337 | 104 | 57 | 0 | 15 | 336 | 106 | 72 |
| Binary | 1001000 | 1110110 | 11011111 | 1000100 | 101111 | 0 | 1101 | 11011110 | 1000110 | 111010 |
Color Harmonies of #4876DF
Complementary color
Monochromatic Colors of #4876DF
Black with #4876DF
Text Example
Text Example
White with #4876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4876DF; }
p { color: rgb(72,118,223); }
H1.HeaderClassName
{
color: #4876DF;
}
.AnyTagClassName
{
color: #4876DF;
}
</style>
background-color css
<style>
a { background-color: #4876DF; }
a { background-color: rgb(72,118,223); }
div.DivClassName
{
background-color: #4876DF;
}
.BgClassName
{
background-color: #4876DF;
}
</style>
border-color css
<style>
span { border-color: #4876DF; }
span { border-color: rgb(72,118,223); }
td.TdClassName
{
border-color: #4876DF;
}
.TagClassName
{
border-color: #4876DF;
}
</style>