Shades of Royal Blue #4986DF
Tints of Royal Blue #4986DF
RGB
CMYK
RGB Variations
Color information
#4986DF (or 0x4986DF) is known color: Royal Blue. HEX triplet: 49, 86 and DF. RGB value is (73,134,223). Sum of RGB (Red+Green+Blue) = 73+134+223=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #4986DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986DF is #B67920. Grayscale: #7D7D7D. Windows color (decimal): -11958561 or 14648905. OLE color: 14648905.
HSL color Cylindrical-coordinate representation of color #4986DF: hue angle of 215.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4986DF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 134 | 223 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.13 |
| HSL | 215.6º | 0.7% | 0.58% | - |
| HSV(B) | 215.6º | 0.67% | 0.87% | - |
| XYZ | 24.59 | 23.79 | 73.11 | - |
| YUV | 125.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 223 | 0.67 | 0.40 | 0 | 0.13 | 215.6 | 0.7 | 0.58 |
| Hex | 49 | 86 | DF | 43 | 28 | 0 | D | D8 | 46 | 3A |
| Octal | 111 | 206 | 337 | 103 | 50 | 0 | 15 | 330 | 106 | 72 |
| Binary | 1001001 | 10000110 | 11011111 | 1000011 | 101000 | 0 | 1101 | 11011000 | 1000110 | 111010 |
Color Harmonies of #4986DF
Complementary color
Monochromatic Colors of #4986DF
Black with #4986DF
Text Example
Text Example
White with #4986DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4986DF; }
p { color: rgb(73,134,223); }
H1.HeaderClassName
{
color: #4986DF;
}
.AnyTagClassName
{
color: #4986DF;
}
</style>
background-color css
<style>
a { background-color: #4986DF; }
a { background-color: rgb(73,134,223); }
div.DivClassName
{
background-color: #4986DF;
}
.BgClassName
{
background-color: #4986DF;
}
</style>
border-color css
<style>
span { border-color: #4986DF; }
span { border-color: rgb(73,134,223); }
td.TdClassName
{
border-color: #4986DF;
}
.TagClassName
{
border-color: #4986DF;
}
</style>