Shades of Cornflower Blue #4993FE
Tints of Cornflower Blue #4993FE
RGB
CMYK
RGB Variations
Color information
#4993FE (or 0x4993FE) is known color: Cornflower Blue. HEX triplet: 49, 93 and FE. RGB value is (73,147,254). Sum of RGB (Red+Green+Blue) = 73+147+254=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #4993FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4993FE is #B66C01. Grayscale: #888888. Windows color (decimal): -11955202 or 16683849. OLE color: 16683849.
HSL color Cylindrical-coordinate representation of color #4993FE: hue angle of 215.47º 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 #4993FE is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 147 | 254 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.00 |
| HSL | 215.47º | 0.99% | 0.64% | - |
| HSV(B) | 215.47º | 0.71% | 1% | - |
| XYZ | 31.07 | 29.44 | 97.81 | - |
| YUV | 137.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 254 | 0.71 | 0.42 | 0 | 0.00 | 215.47 | 0.99 | 0.64 |
| Hex | 49 | 93 | FE | 47 | 2A | 0 | 0 | D7 | 63 | 40 |
| Octal | 111 | 223 | 376 | 107 | 52 | 0 | 0 | 327 | 143 | 100 |
| Binary | 1001001 | 10010011 | 11111110 | 1000111 | 101010 | 0 | 0 | 11010111 | 1100011 | 1000000 |
Color Harmonies of #4993FE
Complementary color
Monochromatic Colors of #4993FE
Black with #4993FE
Text Example
Text Example
White with #4993FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993FE; }
p { color: rgb(73,147,254); }
H1.HeaderClassName
{
color: #4993FE;
}
.AnyTagClassName
{
color: #4993FE;
}
</style>
background-color css
<style>
a { background-color: #4993FE; }
a { background-color: rgb(73,147,254); }
div.DivClassName
{
background-color: #4993FE;
}
.BgClassName
{
background-color: #4993FE;
}
</style>
border-color css
<style>
span { border-color: #4993FE; }
span { border-color: rgb(73,147,254); }
td.TdClassName
{
border-color: #4993FE;
}
.TagClassName
{
border-color: #4993FE;
}
</style>