Shades of Royal Blue #4881F7
Tints of Royal Blue #4881F7
RGB
CMYK
RGB Variations
Color information
#4881F7 (or 0x4881F7) is known color: Royal Blue. HEX triplet: 48, 81 and F7. RGB value is (72,129,247). Sum of RGB (Red+Green+Blue) = 72+129+247=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #4881F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4881F7 is #B77E08. Grayscale: #7C7C7C. Windows color (decimal): -12025353 or 16220488. OLE color: 16220488.
HSL color Cylindrical-coordinate representation of color #4881F7: hue angle of 220.46º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4881F7 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 129 | 247 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.03 |
| HSL | 220.46º | 0.92% | 0.63% | - |
| HSV(B) | 220.46º | 0.71% | 0.97% | - |
| XYZ | 27.31 | 23.79 | 91.15 | - |
| YUV | 125.41 | 196.62 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 247 | 0.71 | 0.48 | 0 | 0.03 | 220.46 | 0.92 | 0.63 |
| Hex | 48 | 81 | F7 | 47 | 30 | 0 | 3 | DC | 5C | 3F |
| Octal | 110 | 201 | 367 | 107 | 60 | 0 | 3 | 334 | 134 | 77 |
| Binary | 1001000 | 10000001 | 11110111 | 1000111 | 110000 | 0 | 11 | 11011100 | 1011100 | 111111 |
Color Harmonies of #4881F7
Complementary color
Monochromatic Colors of #4881F7
Black with #4881F7
Text Example
Text Example
White with #4881F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881F7; }
p { color: rgb(72,129,247); }
H1.HeaderClassName
{
color: #4881F7;
}
.AnyTagClassName
{
color: #4881F7;
}
</style>
background-color css
<style>
a { background-color: #4881F7; }
a { background-color: rgb(72,129,247); }
div.DivClassName
{
background-color: #4881F7;
}
.BgClassName
{
background-color: #4881F7;
}
</style>
border-color css
<style>
span { border-color: #4881F7; }
span { border-color: rgb(72,129,247); }
td.TdClassName
{
border-color: #4881F7;
}
.TagClassName
{
border-color: #4881F7;
}
</style>