Shades of Royal Blue #4876DB
Tints of Royal Blue #4876DB
RGB
CMYK
RGB Variations
Color information
#4876DB (or 0x4876DB) is known color: Royal Blue. HEX triplet: 48, 76 and DB. RGB value is (72,118,219). Sum of RGB (Red+Green+Blue) = 72+118+219=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #4876DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876DB is #B78924. Grayscale: #737373. Windows color (decimal): -12028197 or 14382664. OLE color: 14382664.
HSL color Cylindrical-coordinate representation of color #4876DB: hue angle of 221.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4876DB is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 118 | 219 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.14 |
| HSL | 221.22º | 0.67% | 0.57% | - |
| HSV(B) | 221.22º | 0.67% | 0.86% | - |
| XYZ | 21.94 | 19.45 | 69.62 | - |
| YUV | 115.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 219 | 0.67 | 0.46 | 0 | 0.14 | 221.22 | 0.67 | 0.57 |
| Hex | 48 | 76 | DB | 43 | 2E | 0 | E | DD | 43 | 39 |
| Octal | 110 | 166 | 333 | 103 | 56 | 0 | 16 | 335 | 103 | 71 |
| Binary | 1001000 | 1110110 | 11011011 | 1000011 | 101110 | 0 | 1110 | 11011101 | 1000011 | 111001 |
Color Harmonies of #4876DB
Complementary color
Monochromatic Colors of #4876DB
Black with #4876DB
Text Example
Text Example
White with #4876DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4876DB; }
p { color: rgb(72,118,219); }
H1.HeaderClassName
{
color: #4876DB;
}
.AnyTagClassName
{
color: #4876DB;
}
</style>
background-color css
<style>
a { background-color: #4876DB; }
a { background-color: rgb(72,118,219); }
div.DivClassName
{
background-color: #4876DB;
}
.BgClassName
{
background-color: #4876DB;
}
</style>
border-color css
<style>
span { border-color: #4876DB; }
span { border-color: rgb(72,118,219); }
td.TdClassName
{
border-color: #4876DB;
}
.TagClassName
{
border-color: #4876DB;
}
</style>