Shades of Cornflower Blue #4994FF
Tints of Cornflower Blue #4994FF
RGB
CMYK
RGB Variations
Color information
#4994FF (or 0x4994FF) is known color: Cornflower Blue. HEX triplet: 49, 94 and FF. RGB value is (73,148,255). Sum of RGB (Red+Green+Blue) = 73+148+255=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #4994FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4994FF is #B66B00. Grayscale: #898989. Windows color (decimal): -11954945 or 16749641. OLE color: 16749641.
HSL color Cylindrical-coordinate representation of color #4994FF: hue angle of 215.27º 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 #4994FF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 148 | 255 | - |
| CMYK | 0.71 | 0.42 | 0 | 0 |
| HSL | 215.27º | 1% | 0.64% | - |
| HSV(B) | 215.27º | 0.71% | 1% | - |
| XYZ | 31.39 | 29.82 | 98.71 | - |
| YUV | 137.77 | 194.15 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 255 | 0.71 | 0.42 | 0 | 0 | 215.27 | 1 | 0.64 |
| Hex | 49 | 94 | FF | 47 | 2A | 0 | 0 | D7 | 64 | 40 |
| Octal | 111 | 224 | 377 | 107 | 52 | 0 | 0 | 327 | 144 | 100 |
| Binary | 1001001 | 10010100 | 11111111 | 1000111 | 101010 | 0 | 0 | 11010111 | 1100100 | 1000000 |
Color Harmonies of #4994FF
Complementary color
Monochromatic Colors of #4994FF
Black with #4994FF
Text Example
Text Example
White with #4994FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4994FF; }
p { color: rgb(73,148,255); }
H1.HeaderClassName
{
color: #4994FF;
}
.AnyTagClassName
{
color: #4994FF;
}
</style>
background-color css
<style>
a { background-color: #4994FF; }
a { background-color: rgb(73,148,255); }
div.DivClassName
{
background-color: #4994FF;
}
.BgClassName
{
background-color: #4994FF;
}
</style>
border-color css
<style>
span { border-color: #4994FF; }
span { border-color: rgb(73,148,255); }
td.TdClassName
{
border-color: #4994FF;
}
.TagClassName
{
border-color: #4994FF;
}
</style>