Shades of Cornflower Blue #499AFF
Tints of Cornflower Blue #499AFF
RGB
CMYK
RGB Variations
Color information
#499AFF (or 0x499AFF) is known color: Cornflower Blue. HEX triplet: 49, 9A and FF. RGB value is (73,154,255). Sum of RGB (Red+Green+Blue) = 73+154+255=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #499AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499AFF is #B66500. Grayscale: #8C8C8C. Windows color (decimal): -11953409 or 16751177. OLE color: 16751177.
HSL color Cylindrical-coordinate representation of color #499AFF: hue angle of 213.3º 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 #499AFF is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 154 | 255 | - |
| CMYK | 0.71 | 0.40 | 0 | 0 |
| HSL | 213.3º | 1% | 0.64% | - |
| HSV(B) | 213.3º | 0.71% | 1% | - |
| XYZ | 32.35 | 31.75 | 99.03 | - |
| YUV | 141.3 | 192.16 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 255 | 0.71 | 0.40 | 0 | 0 | 213.3 | 1 | 0.64 |
| Hex | 49 | 9A | FF | 47 | 28 | 0 | 0 | D5 | 64 | 40 |
| Octal | 111 | 232 | 377 | 107 | 50 | 0 | 0 | 325 | 144 | 100 |
| Binary | 1001001 | 10011010 | 11111111 | 1000111 | 101000 | 0 | 0 | 11010101 | 1100100 | 1000000 |
Color Harmonies of #499AFF
Complementary color
Monochromatic Colors of #499AFF
Black with #499AFF
Text Example
Text Example
White with #499AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AFF; }
p { color: rgb(73,154,255); }
H1.HeaderClassName
{
color: #499AFF;
}
.AnyTagClassName
{
color: #499AFF;
}
</style>
background-color css
<style>
a { background-color: #499AFF; }
a { background-color: rgb(73,154,255); }
div.DivClassName
{
background-color: #499AFF;
}
.BgClassName
{
background-color: #499AFF;
}
</style>
border-color css
<style>
span { border-color: #499AFF; }
span { border-color: rgb(73,154,255); }
td.TdClassName
{
border-color: #499AFF;
}
.TagClassName
{
border-color: #499AFF;
}
</style>