Shades of Feldgrau #46534B
Tints of Feldgrau #46534B
RGB
CMYK
RGB Variations
Color information
#46534B (or 0x46534B) is known color: Feldgrau. HEX triplet: 46, 53 and 4B. RGB value is (70,83,75). Sum of RGB (Red+Green+Blue) = 70+83+75=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #46534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46534B is #B9ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12168373 or 4936518. OLE color: 4936518.
HSL color Cylindrical-coordinate representation of color #46534B: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 75 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.67 |
| HSL | 143.08º | 0.08% | 0.3% | - |
| HSV(B) | 143.08º | 0.16% | 0.33% | - |
| XYZ | 6.89 | 8 | 7.84 | - |
| YUV | 78.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 75 | 0.16 | 0 | 0.10 | 0.67 | 143.08 | 0.08 | 0.3 |
| Hex | 46 | 53 | 4B | 10 | 0 | A | 43 | 8F | 8 | 1E |
| Octal | 106 | 123 | 113 | 20 | 0 | 12 | 103 | 217 | 10 | 36 |
| Binary | 1000110 | 1010011 | 1001011 | 10000 | 0 | 1010 | 1000011 | 10001111 | 1000 | 11110 |
Color Harmonies of #46534B
Complementary color
Monochromatic Colors of #46534B
Black with #46534B
Text Example
Text Example
White with #46534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46534B; }
p { color: rgb(70,83,75); }
H1.HeaderClassName
{
color: #46534B;
}
.AnyTagClassName
{
color: #46534B;
}
</style>
background-color css
<style>
a { background-color: #46534B; }
a { background-color: rgb(70,83,75); }
div.DivClassName
{
background-color: #46534B;
}
.BgClassName
{
background-color: #46534B;
}
</style>
border-color css
<style>
span { border-color: #46534B; }
span { border-color: rgb(70,83,75); }
td.TdClassName
{
border-color: #46534B;
}
.TagClassName
{
border-color: #46534B;
}
</style>