Shades of Corn Flower Blue #494C67
Tints of Corn Flower Blue #494C67
RGB
CMYK
RGB Variations
Color information
#494C67 (or 0x494C67) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 67. RGB value is (73,76,103). Sum of RGB (Red+Green+Blue) = 73+76+103=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #494C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C67 is #B6B398. Grayscale: #4E4E4E. Windows color (decimal): -11973529 or 6769737. OLE color: 6769737.
HSL color Cylindrical-coordinate representation of color #494C67: hue angle of 234º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494C67 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 76 | 103 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.60 |
| HSL | 234º | 0.17% | 0.35% | - |
| HSV(B) | 234º | 0.29% | 0.4% | - |
| XYZ | 7.78 | 7.56 | 13.88 | - |
| YUV | 78.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 103 | 0.29 | 0.26 | 0 | 0.60 | 234 | 0.17 | 0.35 |
| Hex | 49 | 4C | 67 | 1D | 1A | 0 | 3C | EA | 11 | 23 |
| Octal | 111 | 114 | 147 | 35 | 32 | 0 | 74 | 352 | 21 | 43 |
| Binary | 1001001 | 1001100 | 1100111 | 11101 | 11010 | 0 | 111100 | 11101010 | 10001 | 100011 |
Color Harmonies of #494C67
Complementary color
Monochromatic Colors of #494C67
Black with #494C67
Text Example
Text Example
White with #494C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C67; }
p { color: rgb(73,76,103); }
H1.HeaderClassName
{
color: #494C67;
}
.AnyTagClassName
{
color: #494C67;
}
</style>
background-color css
<style>
a { background-color: #494C67; }
a { background-color: rgb(73,76,103); }
div.DivClassName
{
background-color: #494C67;
}
.BgClassName
{
background-color: #494C67;
}
</style>
border-color css
<style>
span { border-color: #494C67; }
span { border-color: rgb(73,76,103); }
td.TdClassName
{
border-color: #494C67;
}
.TagClassName
{
border-color: #494C67;
}
</style>