Shades of Royal Blue #4884DF
Tints of Royal Blue #4884DF
RGB
CMYK
RGB Variations
Color information
#4884DF (or 0x4884DF) is known color: Royal Blue. HEX triplet: 48, 84 and DF. RGB value is (72,132,223). Sum of RGB (Red+Green+Blue) = 72+132+223=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #4884DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884DF is #B77B20. Grayscale: #7C7C7C. Windows color (decimal): -12024609 or 14648392. OLE color: 14648392.
HSL color Cylindrical-coordinate representation of color #4884DF: hue angle of 216.16º degrees, saturation: 0.7, 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 #4884DF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 132 | 223 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.13 |
| HSL | 216.16º | 0.7% | 0.58% | - |
| HSV(B) | 216.16º | 0.68% | 0.87% | - |
| XYZ | 24.24 | 23.21 | 73.01 | - |
| YUV | 124.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 223 | 0.68 | 0.41 | 0 | 0.13 | 216.16 | 0.7 | 0.58 |
| Hex | 48 | 84 | DF | 44 | 29 | 0 | D | D8 | 46 | 3A |
| Octal | 110 | 204 | 337 | 104 | 51 | 0 | 15 | 330 | 106 | 72 |
| Binary | 1001000 | 10000100 | 11011111 | 1000100 | 101001 | 0 | 1101 | 11011000 | 1000110 | 111010 |
Color Harmonies of #4884DF
Complementary color
Monochromatic Colors of #4884DF
Black with #4884DF
Text Example
Text Example
White with #4884DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4884DF; }
p { color: rgb(72,132,223); }
H1.HeaderClassName
{
color: #4884DF;
}
.AnyTagClassName
{
color: #4884DF;
}
</style>
background-color css
<style>
a { background-color: #4884DF; }
a { background-color: rgb(72,132,223); }
div.DivClassName
{
background-color: #4884DF;
}
.BgClassName
{
background-color: #4884DF;
}
</style>
border-color css
<style>
span { border-color: #4884DF; }
span { border-color: rgb(72,132,223); }
td.TdClassName
{
border-color: #4884DF;
}
.TagClassName
{
border-color: #4884DF;
}
</style>