Shades of Cornflower Blue #4996FE
Tints of Cornflower Blue #4996FE
RGB
CMYK
RGB Variations
Color information
#4996FE (or 0x4996FE) is known color: Cornflower Blue. HEX triplet: 49, 96 and FE. RGB value is (73,150,254). Sum of RGB (Red+Green+Blue) = 73+150+254=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #4996FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4996FE is #B66901. Grayscale: #8A8A8A. Windows color (decimal): -11954434 or 16684617. OLE color: 16684617.
HSL color Cylindrical-coordinate representation of color #4996FE: hue angle of 214.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4996FE is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 150 | 254 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.00 |
| HSL | 214.48º | 0.99% | 0.64% | - |
| HSV(B) | 214.48º | 0.71% | 1% | - |
| XYZ | 31.54 | 30.38 | 97.97 | - |
| YUV | 138.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 254 | 0.71 | 0.41 | 0 | 0.00 | 214.48 | 0.99 | 0.64 |
| Hex | 49 | 96 | FE | 47 | 29 | 0 | 0 | D6 | 63 | 40 |
| Octal | 111 | 226 | 376 | 107 | 51 | 0 | 0 | 326 | 143 | 100 |
| Binary | 1001001 | 10010110 | 11111110 | 1000111 | 101001 | 0 | 0 | 11010110 | 1100011 | 1000000 |
Color Harmonies of #4996FE
Complementary color
Monochromatic Colors of #4996FE
Black with #4996FE
Text Example
Text Example
White with #4996FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996FE; }
p { color: rgb(73,150,254); }
H1.HeaderClassName
{
color: #4996FE;
}
.AnyTagClassName
{
color: #4996FE;
}
</style>
background-color css
<style>
a { background-color: #4996FE; }
a { background-color: rgb(73,150,254); }
div.DivClassName
{
background-color: #4996FE;
}
.BgClassName
{
background-color: #4996FE;
}
</style>
border-color css
<style>
span { border-color: #4996FE; }
span { border-color: rgb(73,150,254); }
td.TdClassName
{
border-color: #4996FE;
}
.TagClassName
{
border-color: #4996FE;
}
</style>