Shades of Royal Blue #4858DB
Tints of Royal Blue #4858DB
RGB
CMYK
RGB Variations
Color information
#4858DB (or 0x4858DB) is known color: Royal Blue. HEX triplet: 48, 58 and DB. RGB value is (72,88,219). Sum of RGB (Red+Green+Blue) = 72+88+219=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #4858DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858DB is #B7A724. Grayscale: #616161. Windows color (decimal): -12035877 or 14374984. OLE color: 14374984.
HSL color Cylindrical-coordinate representation of color #4858DB: hue angle of 233.47º 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 #4858DB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 88 | 219 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.14 |
| HSL | 233.47º | 0.67% | 0.57% | - |
| HSV(B) | 233.47º | 0.67% | 0.86% | - |
| XYZ | 18.95 | 13.47 | 68.62 | - |
| YUV | 98.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 219 | 0.67 | 0.60 | 0 | 0.14 | 233.47 | 0.67 | 0.57 |
| Hex | 48 | 58 | DB | 43 | 3C | 0 | E | E9 | 43 | 39 |
| Octal | 110 | 130 | 333 | 103 | 74 | 0 | 16 | 351 | 103 | 71 |
| Binary | 1001000 | 1011000 | 11011011 | 1000011 | 111100 | 0 | 1110 | 11101001 | 1000011 | 111001 |
Color Harmonies of #4858DB
Complementary color
Monochromatic Colors of #4858DB
Black with #4858DB
Text Example
Text Example
White with #4858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4858DB; }
p { color: rgb(72,88,219); }
H1.HeaderClassName
{
color: #4858DB;
}
.AnyTagClassName
{
color: #4858DB;
}
</style>
background-color css
<style>
a { background-color: #4858DB; }
a { background-color: rgb(72,88,219); }
div.DivClassName
{
background-color: #4858DB;
}
.BgClassName
{
background-color: #4858DB;
}
</style>
border-color css
<style>
span { border-color: #4858DB; }
span { border-color: rgb(72,88,219); }
td.TdClassName
{
border-color: #4858DB;
}
.TagClassName
{
border-color: #4858DB;
}
</style>