Shades of Royal Blue #4881EA
Tints of Royal Blue #4881EA
RGB
CMYK
RGB Variations
Color information
#4881EA (or 0x4881EA) is known color: Royal Blue. HEX triplet: 48, 81 and EA. RGB value is (72,129,234). Sum of RGB (Red+Green+Blue) = 72+129+234=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #4881EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4881EA is #B77E15. Grayscale: #7B7B7B. Windows color (decimal): -12025366 or 15368520. OLE color: 15368520.
HSL color Cylindrical-coordinate representation of color #4881EA: hue angle of 218.89º degrees, saturation: 0.79, 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 #4881EA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 129 | 234 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.08 |
| HSL | 218.89º | 0.79% | 0.6% | - |
| HSV(B) | 218.89º | 0.69% | 0.92% | - |
| XYZ | 25.37 | 23.02 | 80.95 | - |
| YUV | 123.93 | 190.12 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 234 | 0.69 | 0.45 | 0 | 0.08 | 218.89 | 0.79 | 0.6 |
| Hex | 48 | 81 | EA | 45 | 2D | 0 | 8 | DB | 4F | 3C |
| Octal | 110 | 201 | 352 | 105 | 55 | 0 | 10 | 333 | 117 | 74 |
| Binary | 1001000 | 10000001 | 11101010 | 1000101 | 101101 | 0 | 1000 | 11011011 | 1001111 | 111100 |
Color Harmonies of #4881EA
Complementary color
Monochromatic Colors of #4881EA
Black with #4881EA
Text Example
Text Example
White with #4881EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881EA; }
p { color: rgb(72,129,234); }
H1.HeaderClassName
{
color: #4881EA;
}
.AnyTagClassName
{
color: #4881EA;
}
</style>
background-color css
<style>
a { background-color: #4881EA; }
a { background-color: rgb(72,129,234); }
div.DivClassName
{
background-color: #4881EA;
}
.BgClassName
{
background-color: #4881EA;
}
</style>
border-color css
<style>
span { border-color: #4881EA; }
span { border-color: rgb(72,129,234); }
td.TdClassName
{
border-color: #4881EA;
}
.TagClassName
{
border-color: #4881EA;
}
</style>