Shades of Royal Blue #4881EB
Tints of Royal Blue #4881EB
RGB
CMYK
RGB Variations
Color information
#4881EB (or 0x4881EB) is known color: Royal Blue. HEX triplet: 48, 81 and EB. RGB value is (72,129,235). Sum of RGB (Red+Green+Blue) = 72+129+235=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #4881EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4881EB is #B77E14. Grayscale: #7B7B7B. Windows color (decimal): -12025365 or 15434056. OLE color: 15434056.
HSL color Cylindrical-coordinate representation of color #4881EB: hue angle of 219.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4881EB is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 129 | 235 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.08 |
| HSL | 219.02º | 0.8% | 0.6% | - |
| HSV(B) | 219.02º | 0.69% | 0.92% | - |
| XYZ | 25.52 | 23.08 | 81.71 | - |
| YUV | 124.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 235 | 0.69 | 0.45 | 0 | 0.08 | 219.02 | 0.8 | 0.6 |
| Hex | 48 | 81 | EB | 45 | 2D | 0 | 8 | DB | 50 | 3C |
| Octal | 110 | 201 | 353 | 105 | 55 | 0 | 10 | 333 | 120 | 74 |
| Binary | 1001000 | 10000001 | 11101011 | 1000101 | 101101 | 0 | 1000 | 11011011 | 1010000 | 111100 |
Color Harmonies of #4881EB
Complementary color
Monochromatic Colors of #4881EB
Black with #4881EB
Text Example
Text Example
White with #4881EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881EB; }
p { color: rgb(72,129,235); }
H1.HeaderClassName
{
color: #4881EB;
}
.AnyTagClassName
{
color: #4881EB;
}
</style>
background-color css
<style>
a { background-color: #4881EB; }
a { background-color: rgb(72,129,235); }
div.DivClassName
{
background-color: #4881EB;
}
.BgClassName
{
background-color: #4881EB;
}
</style>
border-color css
<style>
span { border-color: #4881EB; }
span { border-color: rgb(72,129,235); }
td.TdClassName
{
border-color: #4881EB;
}
.TagClassName
{
border-color: #4881EB;
}
</style>