#49514B

Color #49514B Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #49514B

Tints of Feldgrau #49514B

Color information

#49514B (or 0x49514B) is unknown color: approx Feldgrau. HEX triplet: 49, 51 and 4B. RGB value is (73,81,75). Sum of RGB (Red+Green+Blue) = 73+81+75=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #49514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49514B is #B6AEB4. Grayscale: #4D4D4D. Windows color (decimal): -11972277 or 4936009. OLE color: 4936009.

HSL color Cylindrical-coordinate representation of color #49514B: hue angle of 135º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB738175-
CMYK0.1000.070.68
HSL135º5.19%30.2%-
HSV(B)135º9.88%31.76%-
XYZ6.967.817.8-
YUV77.92126.35124.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=31.88%
G=35.37%
B=32.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381750.1000.070.681355.1930.2
Hex49514BA07448751e
Octal1111211131207104207536
Binary1001001101000110010111010011110001001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49514B; }

 p { color: rgb(73,81,75); }

 H1.HeaderClassName
 {
   color: #49514B;
 }
 .AnyTagClassName
 {
   color: #49514B;
 }
</style>
background-color css

<style>
 a { background-color: #49514B; }

 a { background-color: rgb(73,81,75); }

 div.DivClassName
 {
   background-color: #49514B;
 }
 .BgClassName
 {
   background-color: #49514B;
 }
</style>
border-color css

<style>
 span { border-color: #49514B; }

 span { border-color: rgb(73,81,75); }

 td.TdClassName
 {
   border-color: #49514B;
 }
 .TagClassName
 {
   border-color: #49514B;
 }
</style>