Shades of Cornflower Blue #4996FF
Tints of Cornflower Blue #4996FF
RGB
CMYK
RGB Variations
Color information
#4996FF (or 0x4996FF) is known color: Cornflower Blue. HEX triplet: 49, 96 and FF. RGB value is (73,150,255). Sum of RGB (Red+Green+Blue) = 73+150+255=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #4996FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4996FF is #B66900. Grayscale: #8A8A8A. Windows color (decimal): -11954433 or 16750153. OLE color: 16750153.
HSL color Cylindrical-coordinate representation of color #4996FF: hue angle of 214.62º 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 #4996FF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 150 | 255 | - |
| CMYK | 0.71 | 0.41 | 0 | 0 |
| HSL | 214.62º | 1% | 0.64% | - |
| HSV(B) | 214.62º | 0.71% | 1% | - |
| XYZ | 31.7 | 30.45 | 98.81 | - |
| YUV | 138.95 | 193.49 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 255 | 0.71 | 0.41 | 0 | 0 | 214.62 | 1 | 0.64 |
| Hex | 49 | 96 | FF | 47 | 29 | 0 | 0 | D7 | 64 | 40 |
| Octal | 111 | 226 | 377 | 107 | 51 | 0 | 0 | 327 | 144 | 100 |
| Binary | 1001001 | 10010110 | 11111111 | 1000111 | 101001 | 0 | 0 | 11010111 | 1100100 | 1000000 |
Color Harmonies of #4996FF
Complementary color
Monochromatic Colors of #4996FF
Black with #4996FF
Text Example
Text Example
White with #4996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996FF; }
p { color: rgb(73,150,255); }
H1.HeaderClassName
{
color: #4996FF;
}
.AnyTagClassName
{
color: #4996FF;
}
</style>
background-color css
<style>
a { background-color: #4996FF; }
a { background-color: rgb(73,150,255); }
div.DivClassName
{
background-color: #4996FF;
}
.BgClassName
{
background-color: #4996FF;
}
</style>
border-color css
<style>
span { border-color: #4996FF; }
span { border-color: rgb(73,150,255); }
td.TdClassName
{
border-color: #4996FF;
}
.TagClassName
{
border-color: #4996FF;
}
</style>