Shades of Royal Blue #4881DE
Tints of Royal Blue #4881DE
RGB
CMYK
RGB Variations
Color information
#4881DE (or 0x4881DE) is known color: Royal Blue. HEX triplet: 48, 81 and DE. RGB value is (72,129,222). Sum of RGB (Red+Green+Blue) = 72+129+222=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #4881DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881DE is #B77E21. Grayscale: #7A7A7A. Windows color (decimal): -12025378 or 14582088. OLE color: 14582088.
HSL color Cylindrical-coordinate representation of color #4881DE: hue angle of 217.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4881DE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 129 | 222 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.13 |
| HSL | 217.2º | 0.69% | 0.58% | - |
| HSV(B) | 217.2º | 0.68% | 0.87% | - |
| XYZ | 23.71 | 22.35 | 72.17 | - |
| YUV | 122.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 222 | 0.68 | 0.42 | 0 | 0.13 | 217.2 | 0.69 | 0.58 |
| Hex | 48 | 81 | DE | 44 | 2A | 0 | D | D9 | 45 | 3A |
| Octal | 110 | 201 | 336 | 104 | 52 | 0 | 15 | 331 | 105 | 72 |
| Binary | 1001000 | 10000001 | 11011110 | 1000100 | 101010 | 0 | 1101 | 11011001 | 1000101 | 111010 |
Color Harmonies of #4881DE
Complementary color
Monochromatic Colors of #4881DE
Black with #4881DE
Text Example
Text Example
White with #4881DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4881DE; }
p { color: rgb(72,129,222); }
H1.HeaderClassName
{
color: #4881DE;
}
.AnyTagClassName
{
color: #4881DE;
}
</style>
background-color css
<style>
a { background-color: #4881DE; }
a { background-color: rgb(72,129,222); }
div.DivClassName
{
background-color: #4881DE;
}
.BgClassName
{
background-color: #4881DE;
}
</style>
border-color css
<style>
span { border-color: #4881DE; }
span { border-color: rgb(72,129,222); }
td.TdClassName
{
border-color: #4881DE;
}
.TagClassName
{
border-color: #4881DE;
}
</style>