Shades of Feldgrau #4A6454
Tints of Feldgrau #4A6454
RGB
CMYK
RGB Variations
Color information
#4A6454 (or 0x4A6454) is known color: Feldgrau. HEX triplet: 4A, 64 and 54. RGB value is (74,100,84). Sum of RGB (Red+Green+Blue) = 74+100+84=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6454 is #B59BAB. Grayscale: #5A5A5A. Windows color (decimal): -11901868 or 5530698. OLE color: 5530698.
HSL color Cylindrical-coordinate representation of color #4A6454: hue angle of 143.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A6454 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 84 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.61 |
| HSL | 143.08º | 0.15% | 0.34% | - |
| HSV(B) | 143.08º | 0.26% | 0.39% | - |
| XYZ | 8.98 | 11.21 | 10.08 | - |
| YUV | 90.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 84 | 0.26 | 0 | 0.16 | 0.61 | 143.08 | 0.15 | 0.34 |
| Hex | 4A | 64 | 54 | 1A | 0 | 10 | 3D | 8F | F | 22 |
| Octal | 112 | 144 | 124 | 32 | 0 | 20 | 75 | 217 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1010100 | 11010 | 0 | 10000 | 111101 | 10001111 | 1111 | 100010 |
Color Harmonies of #4A6454
Complementary color
Monochromatic Colors of #4A6454
Black with #4A6454
Text Example
Text Example
White with #4A6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6454; }
p { color: rgb(74,100,84); }
H1.HeaderClassName
{
color: #4A6454;
}
.AnyTagClassName
{
color: #4A6454;
}
</style>
background-color css
<style>
a { background-color: #4A6454; }
a { background-color: rgb(74,100,84); }
div.DivClassName
{
background-color: #4A6454;
}
.BgClassName
{
background-color: #4A6454;
}
</style>
border-color css
<style>
span { border-color: #4A6454; }
span { border-color: rgb(74,100,84); }
td.TdClassName
{
border-color: #4A6454;
}
.TagClassName
{
border-color: #4A6454;
}
</style>