Shades of Corn Flower Blue #49437A
Tints of Corn Flower Blue #49437A
RGB
CMYK
RGB Variations
Color information
#49437A (or 0x49437A) is known color: Corn Flower Blue. HEX triplet: 49, 43 and 7A. RGB value is (73,67,122). Sum of RGB (Red+Green+Blue) = 73+67+122=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #49437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49437A is #B6BC85. Grayscale: #4A4A4A. Windows color (decimal): -11975814 or 8012617. OLE color: 8012617.
HSL color Cylindrical-coordinate representation of color #49437A: hue angle of 246.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49437A is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 67 | 122 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.52 |
| HSL | 246.55º | 0.29% | 0.37% | - |
| HSV(B) | 246.55º | 0.45% | 0.48% | - |
| XYZ | 8.27 | 6.84 | 19.3 | - |
| YUV | 75.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 122 | 0.40 | 0.45 | 0 | 0.52 | 246.55 | 0.29 | 0.37 |
| Hex | 49 | 43 | 7A | 28 | 2D | 0 | 34 | F7 | 1D | 25 |
| Octal | 111 | 103 | 172 | 50 | 55 | 0 | 64 | 367 | 35 | 45 |
| Binary | 1001001 | 1000011 | 1111010 | 101000 | 101101 | 0 | 110100 | 11110111 | 11101 | 100101 |
Color Harmonies of #49437A
Complementary color
Monochromatic Colors of #49437A
Black with #49437A
Text Example
Text Example
White with #49437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49437A; }
p { color: rgb(73,67,122); }
H1.HeaderClassName
{
color: #49437A;
}
.AnyTagClassName
{
color: #49437A;
}
</style>
background-color css
<style>
a { background-color: #49437A; }
a { background-color: rgb(73,67,122); }
div.DivClassName
{
background-color: #49437A;
}
.BgClassName
{
background-color: #49437A;
}
</style>
border-color css
<style>
span { border-color: #49437A; }
span { border-color: rgb(73,67,122); }
td.TdClassName
{
border-color: #49437A;
}
.TagClassName
{
border-color: #49437A;
}
</style>