Shades of Corn Flower Blue #494D6F
Tints of Corn Flower Blue #494D6F
RGB
CMYK
RGB Variations
Color information
#494D6F (or 0x494D6F) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 6F. RGB value is (73,77,111). Sum of RGB (Red+Green+Blue) = 73+77+111=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #494D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D6F is #B6B290. Grayscale: #4F4F4F. Windows color (decimal): -11973265 or 7294281. OLE color: 7294281.
HSL color Cylindrical-coordinate representation of color #494D6F: hue angle of 233.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494D6F is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 77 | 111 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.56 |
| HSL | 233.68º | 0.21% | 0.36% | - |
| HSV(B) | 233.68º | 0.34% | 0.44% | - |
| XYZ | 8.27 | 7.87 | 16.12 | - |
| YUV | 79.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 111 | 0.34 | 0.31 | 0 | 0.56 | 233.68 | 0.21 | 0.36 |
| Hex | 49 | 4D | 6F | 22 | 1F | 0 | 38 | EA | 15 | 24 |
| Octal | 111 | 115 | 157 | 42 | 37 | 0 | 70 | 352 | 25 | 44 |
| Binary | 1001001 | 1001101 | 1101111 | 100010 | 11111 | 0 | 111000 | 11101010 | 10101 | 100100 |
Color Harmonies of #494D6F
Complementary color
Monochromatic Colors of #494D6F
Black with #494D6F
Text Example
Text Example
White with #494D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D6F; }
p { color: rgb(73,77,111); }
H1.HeaderClassName
{
color: #494D6F;
}
.AnyTagClassName
{
color: #494D6F;
}
</style>
background-color css
<style>
a { background-color: #494D6F; }
a { background-color: rgb(73,77,111); }
div.DivClassName
{
background-color: #494D6F;
}
.BgClassName
{
background-color: #494D6F;
}
</style>
border-color css
<style>
span { border-color: #494D6F; }
span { border-color: rgb(73,77,111); }
td.TdClassName
{
border-color: #494D6F;
}
.TagClassName
{
border-color: #494D6F;
}
</style>