Shades of Feldgrau #44624E
Tints of Feldgrau #44624E
RGB
CMYK
RGB Variations
Color information
#44624E (or 0x44624E) is known color: Feldgrau. HEX triplet: 44, 62 and 4E. RGB value is (68,98,78). Sum of RGB (Red+Green+Blue) = 68+98+78=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #44624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44624E is #BB9DB1. Grayscale: #565656. Windows color (decimal): -12295602 or 5136964. OLE color: 5136964.
HSL color Cylindrical-coordinate representation of color #44624E: hue angle of 140º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44624E is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 78 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.62 |
| HSL | 140º | 0.18% | 0.33% | - |
| HSV(B) | 140º | 0.31% | 0.38% | - |
| XYZ | 8.13 | 10.51 | 8.81 | - |
| YUV | 86.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 78 | 0.31 | 0 | 0.20 | 0.62 | 140 | 0.18 | 0.33 |
| Hex | 44 | 62 | 4E | 1F | 0 | 14 | 3E | 8C | 12 | 21 |
| Octal | 104 | 142 | 116 | 37 | 0 | 24 | 76 | 214 | 22 | 41 |
| Binary | 1000100 | 1100010 | 1001110 | 11111 | 0 | 10100 | 111110 | 10001100 | 10010 | 100001 |
Color Harmonies of #44624E
Complementary color
Monochromatic Colors of #44624E
Black with #44624E
Text Example
Text Example
White with #44624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44624E; }
p { color: rgb(68,98,78); }
H1.HeaderClassName
{
color: #44624E;
}
.AnyTagClassName
{
color: #44624E;
}
</style>
background-color css
<style>
a { background-color: #44624E; }
a { background-color: rgb(68,98,78); }
div.DivClassName
{
background-color: #44624E;
}
.BgClassName
{
background-color: #44624E;
}
</style>
border-color css
<style>
span { border-color: #44624E; }
span { border-color: rgb(68,98,78); }
td.TdClassName
{
border-color: #44624E;
}
.TagClassName
{
border-color: #44624E;
}
</style>