Shades of Corn Flower Blue #494473
Tints of Corn Flower Blue #494473
RGB
CMYK
RGB Variations
Color information
#494473 (or 0x494473) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 73. RGB value is (73,68,115). Sum of RGB (Red+Green+Blue) = 73+68+115=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #494473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494473 is #B6BB8C. Grayscale: #4A4A4A. Windows color (decimal): -11975565 or 7554121. OLE color: 7554121.
HSL color Cylindrical-coordinate representation of color #494473: hue angle of 246.38º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494473 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 68 | 115 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.55 |
| HSL | 246.38º | 0.26% | 0.36% | - |
| HSV(B) | 246.38º | 0.41% | 0.45% | - |
| XYZ | 7.91 | 6.79 | 17.11 | - |
| YUV | 74.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 115 | 0.37 | 0.41 | 0 | 0.55 | 246.38 | 0.26 | 0.36 |
| Hex | 49 | 44 | 73 | 25 | 29 | 0 | 37 | F6 | 1A | 24 |
| Octal | 111 | 104 | 163 | 45 | 51 | 0 | 67 | 366 | 32 | 44 |
| Binary | 1001001 | 1000100 | 1110011 | 100101 | 101001 | 0 | 110111 | 11110110 | 11010 | 100100 |
Color Harmonies of #494473
Complementary color
Monochromatic Colors of #494473
Black with #494473
Text Example
Text Example
White with #494473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494473; }
p { color: rgb(73,68,115); }
H1.HeaderClassName
{
color: #494473;
}
.AnyTagClassName
{
color: #494473;
}
</style>
background-color css
<style>
a { background-color: #494473; }
a { background-color: rgb(73,68,115); }
div.DivClassName
{
background-color: #494473;
}
.BgClassName
{
background-color: #494473;
}
</style>
border-color css
<style>
span { border-color: #494473; }
span { border-color: rgb(73,68,115); }
td.TdClassName
{
border-color: #494473;
}
.TagClassName
{
border-color: #494473;
}
</style>