Shades of Royal Blue #4878DB
Tints of Royal Blue #4878DB
RGB
CMYK
RGB Variations
Color information
#4878DB (or 0x4878DB) is known color: Royal Blue. HEX triplet: 48, 78 and DB. RGB value is (72,120,219). Sum of RGB (Red+Green+Blue) = 72+120+219=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #4878DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878DB is #B78724. Grayscale: #747474. Windows color (decimal): -12027685 or 14383176. OLE color: 14383176.
HSL color Cylindrical-coordinate representation of color #4878DB: hue angle of 220.41º 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 #4878DB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 120 | 219 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.14 |
| HSL | 220.41º | 0.67% | 0.57% | - |
| HSV(B) | 220.41º | 0.67% | 0.86% | - |
| XYZ | 22.18 | 19.93 | 69.7 | - |
| YUV | 116.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 219 | 0.67 | 0.45 | 0 | 0.14 | 220.41 | 0.67 | 0.57 |
| Hex | 48 | 78 | DB | 43 | 2D | 0 | E | DC | 43 | 39 |
| Octal | 110 | 170 | 333 | 103 | 55 | 0 | 16 | 334 | 103 | 71 |
| Binary | 1001000 | 1111000 | 11011011 | 1000011 | 101101 | 0 | 1110 | 11011100 | 1000011 | 111001 |
Color Harmonies of #4878DB
Complementary color
Monochromatic Colors of #4878DB
Black with #4878DB
Text Example
Text Example
White with #4878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878DB; }
p { color: rgb(72,120,219); }
H1.HeaderClassName
{
color: #4878DB;
}
.AnyTagClassName
{
color: #4878DB;
}
</style>
background-color css
<style>
a { background-color: #4878DB; }
a { background-color: rgb(72,120,219); }
div.DivClassName
{
background-color: #4878DB;
}
.BgClassName
{
background-color: #4878DB;
}
</style>
border-color css
<style>
span { border-color: #4878DB; }
span { border-color: rgb(72,120,219); }
td.TdClassName
{
border-color: #4878DB;
}
.TagClassName
{
border-color: #4878DB;
}
</style>