Shades of Cornflower Blue #499CFC
Tints of Cornflower Blue #499CFC
RGB
CMYK
RGB Variations
Color information
#499CFC (or 0x499CFC) is known color: Cornflower Blue. HEX triplet: 49, 9C and FC. RGB value is (73,156,252). Sum of RGB (Red+Green+Blue) = 73+156+252=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #499CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CFC is #B66303. Grayscale: #8D8D8D. Windows color (decimal): -11952900 or 16555081. OLE color: 16555081.
HSL color Cylindrical-coordinate representation of color #499CFC: hue angle of 212.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499CFC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 156 | 252 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.01 |
| HSL | 212.18º | 0.97% | 0.64% | - |
| HSV(B) | 212.18º | 0.71% | 0.99% | - |
| XYZ | 32.21 | 32.22 | 96.62 | - |
| YUV | 142.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 252 | 0.71 | 0.38 | 0 | 0.01 | 212.18 | 0.97 | 0.64 |
| Hex | 49 | 9C | FC | 47 | 26 | 0 | 1 | D4 | 61 | 40 |
| Octal | 111 | 234 | 374 | 107 | 46 | 0 | 1 | 324 | 141 | 100 |
| Binary | 1001001 | 10011100 | 11111100 | 1000111 | 100110 | 0 | 1 | 11010100 | 1100001 | 1000000 |
Color Harmonies of #499CFC
Complementary color
Monochromatic Colors of #499CFC
Black with #499CFC
Text Example
Text Example
White with #499CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CFC; }
p { color: rgb(73,156,252); }
H1.HeaderClassName
{
color: #499CFC;
}
.AnyTagClassName
{
color: #499CFC;
}
</style>
background-color css
<style>
a { background-color: #499CFC; }
a { background-color: rgb(73,156,252); }
div.DivClassName
{
background-color: #499CFC;
}
.BgClassName
{
background-color: #499CFC;
}
</style>
border-color css
<style>
span { border-color: #499CFC; }
span { border-color: rgb(73,156,252); }
td.TdClassName
{
border-color: #499CFC;
}
.TagClassName
{
border-color: #499CFC;
}
</style>