#48544B

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

Shades of Feldgrau #48544B

Tints of Feldgrau #48544B

Color information

#48544B (or 0x48544B) is unknown color: approx Feldgrau. HEX triplet: 48, 54 and 4B. RGB value is (72,84,75). Sum of RGB (Red+Green+Blue) = 72+84+75=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #48544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48544B is #B7ABB4. Grayscale: #4F4F4F. Windows color (decimal): -12037045 or 4936776. OLE color: 4936776.

HSL color Cylindrical-coordinate representation of color #48544B: hue angle of 135º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544B is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB728475-
CMYK0.1400.110.67
HSL135º7.69%30.59%-
HSV(B)135º14.29%32.94%-
XYZ7.118.237.87-
YUV79.39125.52122.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=31.17%
G=36.36%
B=32.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284750.1400.110.671357.6930.59
Hex48544BE0B438781f
Octal110124113160131032071037
Binary100100010101001001011111001011100001110000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,84,75); }

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

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

 a { background-color: rgb(72,84,75); }

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

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

 span { border-color: rgb(72,84,75); }

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