Shades of Cornflower Blue #49A6FD
Tints of Cornflower Blue #49A6FD
RGB
CMYK
RGB Variations
Color information
#49A6FD (or 0x49A6FD) is known color: Cornflower Blue. HEX triplet: 49, A6 and FD. RGB value is (73,166,253). Sum of RGB (Red+Green+Blue) = 73+166+253=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #49A6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A6FD is #B65902. Grayscale: #939393. Windows color (decimal): -11950339 or 16623177. OLE color: 16623177.
HSL color Cylindrical-coordinate representation of color #49A6FD: hue angle of 209º degrees, saturation: 0.98, 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 #49A6FD is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 166 | 253 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.01 |
| HSL | 209º | 0.98% | 0.64% | - |
| HSV(B) | 209º | 0.71% | 0.99% | - |
| XYZ | 34.11 | 35.78 | 98.04 | - |
| YUV | 148.11 | 187.19 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 253 | 0.71 | 0.34 | 0 | 0.01 | 209 | 0.98 | 0.64 |
| Hex | 49 | A6 | FD | 47 | 22 | 0 | 1 | D1 | 62 | 40 |
| Octal | 111 | 246 | 375 | 107 | 42 | 0 | 1 | 321 | 142 | 100 |
| Binary | 1001001 | 10100110 | 11111101 | 1000111 | 100010 | 0 | 1 | 11010001 | 1100010 | 1000000 |
Color Harmonies of #49A6FD
Complementary color
Monochromatic Colors of #49A6FD
Black with #49A6FD
Text Example
Text Example
White with #49A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A6FD; }
p { color: rgb(73,166,253); }
H1.HeaderClassName
{
color: #49A6FD;
}
.AnyTagClassName
{
color: #49A6FD;
}
</style>
background-color css
<style>
a { background-color: #49A6FD; }
a { background-color: rgb(73,166,253); }
div.DivClassName
{
background-color: #49A6FD;
}
.BgClassName
{
background-color: #49A6FD;
}
</style>
border-color css
<style>
span { border-color: #49A6FD; }
span { border-color: rgb(73,166,253); }
td.TdClassName
{
border-color: #49A6FD;
}
.TagClassName
{
border-color: #49A6FD;
}
</style>