Shades of Royal Blue #4879DD
Tints of Royal Blue #4879DD
RGB
CMYK
RGB Variations
Color information
#4879DD (or 0x4879DD) is known color: Royal Blue. HEX triplet: 48, 79 and DD. RGB value is (72,121,221). Sum of RGB (Red+Green+Blue) = 72+121+221=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #4879DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879DD is #B78622. Grayscale: #757575. Windows color (decimal): -12027427 or 14514504. OLE color: 14514504.
HSL color Cylindrical-coordinate representation of color #4879DD: hue angle of 220.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4879DD is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 121 | 221 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.13 |
| HSL | 220.27º | 0.69% | 0.57% | - |
| HSV(B) | 220.27º | 0.67% | 0.87% | - |
| XYZ | 22.56 | 20.27 | 71.13 | - |
| YUV | 117.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 221 | 0.67 | 0.45 | 0 | 0.13 | 220.27 | 0.69 | 0.57 |
| Hex | 48 | 79 | DD | 43 | 2D | 0 | D | DC | 45 | 39 |
| Octal | 110 | 171 | 335 | 103 | 55 | 0 | 15 | 334 | 105 | 71 |
| Binary | 1001000 | 1111001 | 11011101 | 1000011 | 101101 | 0 | 1101 | 11011100 | 1000101 | 111001 |
Color Harmonies of #4879DD
Complementary color
Monochromatic Colors of #4879DD
Black with #4879DD
Text Example
Text Example
White with #4879DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4879DD; }
p { color: rgb(72,121,221); }
H1.HeaderClassName
{
color: #4879DD;
}
.AnyTagClassName
{
color: #4879DD;
}
</style>
background-color css
<style>
a { background-color: #4879DD; }
a { background-color: rgb(72,121,221); }
div.DivClassName
{
background-color: #4879DD;
}
.BgClassName
{
background-color: #4879DD;
}
</style>
border-color css
<style>
span { border-color: #4879DD; }
span { border-color: rgb(72,121,221); }
td.TdClassName
{
border-color: #4879DD;
}
.TagClassName
{
border-color: #4879DD;
}
</style>