#48584E

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

Shades of Feldgrau #48584E

Tints of Feldgrau #48584E

Color information

#48584E (or 0x48584E) is unknown color: approx Feldgrau. HEX triplet: 48, 58 and 4E. RGB value is (72,88,78). Sum of RGB (Red+Green+Blue) = 72+88+78=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #48584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48584E is #B7A7B1. Grayscale: #525252. Windows color (decimal): -12036018 or 5134408. OLE color: 5134408.

HSL color Cylindrical-coordinate representation of color #48584E: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48584E is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB728878-
CMYK0.1800.110.65
HSL142.5º10%31.37%-
HSV(B)142.5º18.18%34.51%-
XYZ7.548.918.53-
YUV82.08125.7120.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=30.25%
G=36.97%
B=32.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288780.1800.110.65142.51031.37
Hex48584E120B418ea1f
Octal110130116220131012161237
Binary1001000101100010011101001001011100000110001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48584E; }

 p { color: rgb(72,88,78); }

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

<style>
 a { background-color: #48584E; }

 a { background-color: rgb(72,88,78); }

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

<style>
 span { border-color: #48584E; }

 span { border-color: rgb(72,88,78); }

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