Shades of Corn Flower Blue #494B7A
Tints of Corn Flower Blue #494B7A
RGB
CMYK
RGB Variations
Color information
#494B7A (or 0x494B7A) is known color: Corn Flower Blue. HEX triplet: 49, 4B and 7A. RGB value is (73,75,122). Sum of RGB (Red+Green+Blue) = 73+75+122=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #494B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B7A is #B6B485. Grayscale: #4F4F4F. Windows color (decimal): -11973766 or 8014665. OLE color: 8014665.
HSL color Cylindrical-coordinate representation of color #494B7A: hue angle of 237.55º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494B7A is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 75 | 122 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.52 |
| HSL | 237.55º | 0.25% | 0.38% | - |
| HSV(B) | 237.55º | 0.4% | 0.48% | - |
| XYZ | 8.78 | 7.85 | 19.47 | - |
| YUV | 79.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 122 | 0.40 | 0.39 | 0 | 0.52 | 237.55 | 0.25 | 0.38 |
| Hex | 49 | 4B | 7A | 28 | 27 | 0 | 34 | EE | 19 | 26 |
| Octal | 111 | 113 | 172 | 50 | 47 | 0 | 64 | 356 | 31 | 46 |
| Binary | 1001001 | 1001011 | 1111010 | 101000 | 100111 | 0 | 110100 | 11101110 | 11001 | 100110 |
Color Harmonies of #494B7A
Complementary color
Monochromatic Colors of #494B7A
Black with #494B7A
Text Example
Text Example
White with #494B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B7A; }
p { color: rgb(73,75,122); }
H1.HeaderClassName
{
color: #494B7A;
}
.AnyTagClassName
{
color: #494B7A;
}
</style>
background-color css
<style>
a { background-color: #494B7A; }
a { background-color: rgb(73,75,122); }
div.DivClassName
{
background-color: #494B7A;
}
.BgClassName
{
background-color: #494B7A;
}
</style>
border-color css
<style>
span { border-color: #494B7A; }
span { border-color: rgb(73,75,122); }
td.TdClassName
{
border-color: #494B7A;
}
.TagClassName
{
border-color: #494B7A;
}
</style>