Shades of Cornflower Blue #4996FA
Tints of Cornflower Blue #4996FA
RGB
CMYK
RGB Variations
Color information
#4996FA (or 0x4996FA) is known color: Cornflower Blue. HEX triplet: 49, 96 and FA. RGB value is (73,150,250). Sum of RGB (Red+Green+Blue) = 73+150+250=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #4996FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4996FA is #B66905. Grayscale: #898989. Windows color (decimal): -11954438 or 16422473. OLE color: 16422473.
HSL color Cylindrical-coordinate representation of color #4996FA: hue angle of 213.9º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4996FA is Cyan = 0.71, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 150 | 250 | - |
| CMYK | 0.71 | 0.4 | 0 | 0.02 |
| HSL | 213.9º | 0.95% | 0.63% | - |
| HSV(B) | 213.9º | 0.71% | 0.98% | - |
| XYZ | 30.91 | 30.13 | 94.63 | - |
| YUV | 138.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 250 | 0.71 | 0.4 | 0 | 0.02 | 213.9 | 0.95 | 0.63 |
| Hex | 49 | 96 | FA | 47 | 28 | 0 | 2 | D6 | 5F | 3F |
| Octal | 111 | 226 | 372 | 107 | 50 | 0 | 2 | 326 | 137 | 77 |
| Binary | 1001001 | 10010110 | 11111010 | 1000111 | 101000 | 0 | 10 | 11010110 | 1011111 | 111111 |
Color Harmonies of #4996FA
Complementary color
Monochromatic Colors of #4996FA
Black with #4996FA
Text Example
Text Example
White with #4996FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996FA; }
p { color: rgb(73,150,250); }
H1.HeaderClassName
{
color: #4996FA;
}
.AnyTagClassName
{
color: #4996FA;
}
</style>
background-color css
<style>
a { background-color: #4996FA; }
a { background-color: rgb(73,150,250); }
div.DivClassName
{
background-color: #4996FA;
}
.BgClassName
{
background-color: #4996FA;
}
</style>
border-color css
<style>
span { border-color: #4996FA; }
span { border-color: rgb(73,150,250); }
td.TdClassName
{
border-color: #4996FA;
}
.TagClassName
{
border-color: #4996FA;
}
</style>