Shades of Feldgrau #445A4B
Tints of Feldgrau #445A4B
RGB
CMYK
RGB Variations
Color information
#445A4B (or 0x445A4B) is known color: Feldgrau. HEX triplet: 44, 5A and 4B. RGB value is (68,90,75). Sum of RGB (Red+Green+Blue) = 68+90+75=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #445A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A4B is #BBA5B4. Grayscale: #515151. Windows color (decimal): -12297653 or 4938308. OLE color: 4938308.
HSL color Cylindrical-coordinate representation of color #445A4B: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A4B is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 75 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.65 |
| HSL | 139.09º | 0.14% | 0.31% | - |
| HSV(B) | 139.09º | 0.24% | 0.35% | - |
| XYZ | 7.31 | 9.05 | 8.02 | - |
| YUV | 81.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 75 | 0.24 | 0 | 0.17 | 0.65 | 139.09 | 0.14 | 0.31 |
| Hex | 44 | 5A | 4B | 18 | 0 | 11 | 41 | 8B | E | 1F |
| Octal | 104 | 132 | 113 | 30 | 0 | 21 | 101 | 213 | 16 | 37 |
| Binary | 1000100 | 1011010 | 1001011 | 11000 | 0 | 10001 | 1000001 | 10001011 | 1110 | 11111 |
Color Harmonies of #445A4B
Complementary color
Monochromatic Colors of #445A4B
Black with #445A4B
Text Example
Text Example
White with #445A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A4B; }
p { color: rgb(68,90,75); }
H1.HeaderClassName
{
color: #445A4B;
}
.AnyTagClassName
{
color: #445A4B;
}
</style>
background-color css
<style>
a { background-color: #445A4B; }
a { background-color: rgb(68,90,75); }
div.DivClassName
{
background-color: #445A4B;
}
.BgClassName
{
background-color: #445A4B;
}
</style>
border-color css
<style>
span { border-color: #445A4B; }
span { border-color: rgb(68,90,75); }
td.TdClassName
{
border-color: #445A4B;
}
.TagClassName
{
border-color: #445A4B;
}
</style>