Shades of Royal Blue #4881DD
Tints of Royal Blue #4881DD
RGB
CMYK
RGB Variations
Color information
#4881DD (or 0x4881DD) is known color: Royal Blue. HEX triplet: 48, 81 and DD. RGB value is (72,129,221). Sum of RGB (Red+Green+Blue) = 72+129+221=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #4881DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881DD is #B77E22. Grayscale: #7A7A7A. Windows color (decimal): -12025379 or 14516552. OLE color: 14516552.
HSL color Cylindrical-coordinate representation of color #4881DD: hue angle of 217.05º 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 #4881DD is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 129 | 221 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.13 |
| HSL | 217.05º | 0.69% | 0.57% | - |
| HSV(B) | 217.05º | 0.67% | 0.87% | - |
| XYZ | 23.57 | 22.3 | 71.47 | - |
| YUV | 122.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 221 | 0.67 | 0.42 | 0 | 0.13 | 217.05 | 0.69 | 0.57 |
| Hex | 48 | 81 | DD | 43 | 2A | 0 | D | D9 | 45 | 39 |
| Octal | 110 | 201 | 335 | 103 | 52 | 0 | 15 | 331 | 105 | 71 |
| Binary | 1001000 | 10000001 | 11011101 | 1000011 | 101010 | 0 | 1101 | 11011001 | 1000101 | 111001 |
Color Harmonies of #4881DD
Complementary color
Monochromatic Colors of #4881DD
Black with #4881DD
Text Example
Text Example
White with #4881DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881DD; }
p { color: rgb(72,129,221); }
H1.HeaderClassName
{
color: #4881DD;
}
.AnyTagClassName
{
color: #4881DD;
}
</style>
background-color css
<style>
a { background-color: #4881DD; }
a { background-color: rgb(72,129,221); }
div.DivClassName
{
background-color: #4881DD;
}
.BgClassName
{
background-color: #4881DD;
}
</style>
border-color css
<style>
span { border-color: #4881DD; }
span { border-color: rgb(72,129,221); }
td.TdClassName
{
border-color: #4881DD;
}
.TagClassName
{
border-color: #4881DD;
}
</style>