Shades of Corn Flower Blue #494A62
Tints of Corn Flower Blue #494A62
RGB
CMYK
RGB Variations
Color information
#494A62 (or 0x494A62) is known color: Corn Flower Blue. HEX triplet: 49, 4A and 62. RGB value is (73,74,98). Sum of RGB (Red+Green+Blue) = 73+74+98=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #494A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A62 is #B6B59D. Grayscale: #4C4C4C. Windows color (decimal): -11974046 or 6441545. OLE color: 6441545.
HSL color Cylindrical-coordinate representation of color #494A62: hue angle of 237.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494A62 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 74 | 98 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.62 |
| HSL | 237.6º | 0.15% | 0.34% | - |
| HSV(B) | 237.6º | 0.26% | 0.38% | - |
| XYZ | 7.4 | 7.2 | 12.55 | - |
| YUV | 76.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 98 | 0.26 | 0.24 | 0 | 0.62 | 237.6 | 0.15 | 0.34 |
| Hex | 49 | 4A | 62 | 1A | 18 | 0 | 3E | EE | F | 22 |
| Octal | 111 | 112 | 142 | 32 | 30 | 0 | 76 | 356 | 17 | 42 |
| Binary | 1001001 | 1001010 | 1100010 | 11010 | 11000 | 0 | 111110 | 11101110 | 1111 | 100010 |
Color Harmonies of #494A62
Complementary color
Monochromatic Colors of #494A62
Black with #494A62
Text Example
Text Example
White with #494A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A62; }
p { color: rgb(73,74,98); }
H1.HeaderClassName
{
color: #494A62;
}
.AnyTagClassName
{
color: #494A62;
}
</style>
background-color css
<style>
a { background-color: #494A62; }
a { background-color: rgb(73,74,98); }
div.DivClassName
{
background-color: #494A62;
}
.BgClassName
{
background-color: #494A62;
}
</style>
border-color css
<style>
span { border-color: #494A62; }
span { border-color: rgb(73,74,98); }
td.TdClassName
{
border-color: #494A62;
}
.TagClassName
{
border-color: #494A62;
}
</style>