Shades of Royal Blue #4879DB
Tints of Royal Blue #4879DB
RGB
CMYK
RGB Variations
Color information
#4879DB (or 0x4879DB) is known color: Royal Blue. HEX triplet: 48, 79 and DB. RGB value is (72,121,219). Sum of RGB (Red+Green+Blue) = 72+121+219=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #4879DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879DB is #B78624. Grayscale: #757575. Windows color (decimal): -12027429 or 14383432. OLE color: 14383432.
HSL color Cylindrical-coordinate representation of color #4879DB: hue angle of 220º 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 #4879DB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 121 | 219 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.14 |
| HSL | 220º | 0.67% | 0.57% | - |
| HSV(B) | 220º | 0.67% | 0.86% | - |
| XYZ | 22.3 | 20.17 | 69.74 | - |
| YUV | 117.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 219 | 0.67 | 0.45 | 0 | 0.14 | 220 | 0.67 | 0.57 |
| Hex | 48 | 79 | DB | 43 | 2D | 0 | E | DC | 43 | 39 |
| Octal | 110 | 171 | 333 | 103 | 55 | 0 | 16 | 334 | 103 | 71 |
| Binary | 1001000 | 1111001 | 11011011 | 1000011 | 101101 | 0 | 1110 | 11011100 | 1000011 | 111001 |
Color Harmonies of #4879DB
Complementary color
Monochromatic Colors of #4879DB
Black with #4879DB
Text Example
Text Example
White with #4879DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4879DB; }
p { color: rgb(72,121,219); }
H1.HeaderClassName
{
color: #4879DB;
}
.AnyTagClassName
{
color: #4879DB;
}
</style>
background-color css
<style>
a { background-color: #4879DB; }
a { background-color: rgb(72,121,219); }
div.DivClassName
{
background-color: #4879DB;
}
.BgClassName
{
background-color: #4879DB;
}
</style>
border-color css
<style>
span { border-color: #4879DB; }
span { border-color: rgb(72,121,219); }
td.TdClassName
{
border-color: #4879DB;
}
.TagClassName
{
border-color: #4879DB;
}
</style>