Shades of Cornflower Blue #4986FF
Tints of Cornflower Blue #4986FF
RGB
CMYK
RGB Variations
Color information
#4986FF (or 0x4986FF) is known color: Cornflower Blue. HEX triplet: 49, 86 and FF. RGB value is (73,134,255). Sum of RGB (Red+Green+Blue) = 73+134+255=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #4986FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4986FF is #B67900. Grayscale: #818181. Windows color (decimal): -11958529 or 16746057. OLE color: 16746057.
HSL color Cylindrical-coordinate representation of color #4986FF: hue angle of 219.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4986FF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 134 | 255 | - |
| CMYK | 0.71 | 0.47 | 0 | 0 |
| HSL | 219.89º | 1% | 0.64% | - |
| HSV(B) | 219.89º | 0.71% | 1% | - |
| XYZ | 29.32 | 25.69 | 98.02 | - |
| YUV | 129.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 255 | 0.71 | 0.47 | 0 | 0 | 219.89 | 1 | 0.64 |
| Hex | 49 | 86 | FF | 47 | 2F | 0 | 0 | DC | 64 | 40 |
| Octal | 111 | 206 | 377 | 107 | 57 | 0 | 0 | 334 | 144 | 100 |
| Binary | 1001001 | 10000110 | 11111111 | 1000111 | 101111 | 0 | 0 | 11011100 | 1100100 | 1000000 |
Color Harmonies of #4986FF
Complementary color
Monochromatic Colors of #4986FF
Black with #4986FF
Text Example
Text Example
White with #4986FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4986FF; }
p { color: rgb(73,134,255); }
H1.HeaderClassName
{
color: #4986FF;
}
.AnyTagClassName
{
color: #4986FF;
}
</style>
background-color css
<style>
a { background-color: #4986FF; }
a { background-color: rgb(73,134,255); }
div.DivClassName
{
background-color: #4986FF;
}
.BgClassName
{
background-color: #4986FF;
}
</style>
border-color css
<style>
span { border-color: #4986FF; }
span { border-color: rgb(73,134,255); }
td.TdClassName
{
border-color: #4986FF;
}
.TagClassName
{
border-color: #4986FF;
}
</style>