Shades of Corn Flower Blue #494373
Tints of Corn Flower Blue #494373
RGB
CMYK
RGB Variations
Color information
#494373 (or 0x494373) is known color: Corn Flower Blue. HEX triplet: 49, 43 and 73. RGB value is (73,67,115). Sum of RGB (Red+Green+Blue) = 73+67+115=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #494373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494373 is #B6BC8C. Grayscale: #4A4A4A. Windows color (decimal): -11975821 or 7553865. OLE color: 7553865.
HSL color Cylindrical-coordinate representation of color #494373: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494373 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 67 | 115 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.55 |
| HSL | 247.5º | 0.26% | 0.36% | - |
| HSV(B) | 247.5º | 0.42% | 0.45% | - |
| XYZ | 7.85 | 6.67 | 17.09 | - |
| YUV | 74.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 115 | 0.37 | 0.42 | 0 | 0.55 | 247.5 | 0.26 | 0.36 |
| Hex | 49 | 43 | 73 | 25 | 2A | 0 | 37 | F8 | 1A | 24 |
| Octal | 111 | 103 | 163 | 45 | 52 | 0 | 67 | 370 | 32 | 44 |
| Binary | 1001001 | 1000011 | 1110011 | 100101 | 101010 | 0 | 110111 | 11111000 | 11010 | 100100 |
Color Harmonies of #494373
Complementary color
Monochromatic Colors of #494373
Black with #494373
Text Example
Text Example
White with #494373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494373; }
p { color: rgb(73,67,115); }
H1.HeaderClassName
{
color: #494373;
}
.AnyTagClassName
{
color: #494373;
}
</style>
background-color css
<style>
a { background-color: #494373; }
a { background-color: rgb(73,67,115); }
div.DivClassName
{
background-color: #494373;
}
.BgClassName
{
background-color: #494373;
}
</style>
border-color css
<style>
span { border-color: #494373; }
span { border-color: rgb(73,67,115); }
td.TdClassName
{
border-color: #494373;
}
.TagClassName
{
border-color: #494373;
}
</style>