Shades of Royal Blue #4881F1
Tints of Royal Blue #4881F1
RGB
CMYK
RGB Variations
Color information
#4881F1 (or 0x4881F1) is known color: Royal Blue. HEX triplet: 48, 81 and F1. RGB value is (72,129,241). Sum of RGB (Red+Green+Blue) = 72+129+241=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #4881F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4881F1 is #B77E0E. Grayscale: #7C7C7C. Windows color (decimal): -12025359 or 15827272. OLE color: 15827272.
HSL color Cylindrical-coordinate representation of color #4881F1: hue angle of 219.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4881F1 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 129 | 241 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.05 |
| HSL | 219.76º | 0.86% | 0.61% | - |
| HSV(B) | 219.76º | 0.7% | 0.95% | - |
| XYZ | 26.4 | 23.43 | 86.35 | - |
| YUV | 124.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 241 | 0.70 | 0.46 | 0 | 0.05 | 219.76 | 0.86 | 0.61 |
| Hex | 48 | 81 | F1 | 46 | 2E | 0 | 5 | DC | 56 | 3D |
| Octal | 110 | 201 | 361 | 106 | 56 | 0 | 5 | 334 | 126 | 75 |
| Binary | 1001000 | 10000001 | 11110001 | 1000110 | 101110 | 0 | 101 | 11011100 | 1010110 | 111101 |
Color Harmonies of #4881F1
Complementary color
Monochromatic Colors of #4881F1
Black with #4881F1
Text Example
Text Example
White with #4881F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881F1; }
p { color: rgb(72,129,241); }
H1.HeaderClassName
{
color: #4881F1;
}
.AnyTagClassName
{
color: #4881F1;
}
</style>
background-color css
<style>
a { background-color: #4881F1; }
a { background-color: rgb(72,129,241); }
div.DivClassName
{
background-color: #4881F1;
}
.BgClassName
{
background-color: #4881F1;
}
</style>
border-color css
<style>
span { border-color: #4881F1; }
span { border-color: rgb(72,129,241); }
td.TdClassName
{
border-color: #4881F1;
}
.TagClassName
{
border-color: #4881F1;
}
</style>