Html Css Color HEX #48584F Feldgrau

📋 copy color: '#48584F'

red 72 ◦ green 88 ◦ blue 79

#48584F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #48584F

Tints of Feldgrau #48584F

RGB

 RED value IS 72 (28.52% from 255) = 30.13%

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 30.13%
G = 36.82%
B = 33.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#48584F (or 0x48584F) is known color: Feldgrau. HEX triplet: 48, 58 and 4F. RGB value is (72,88,79). Sum of RGB (Red+Green+Blue) = 72+88+79=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #48584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48584F is #B7A7B0. Grayscale: #525252. Windows color (decimal): -12036017 or 5199944. OLE color: 5199944.

HSL color Cylindrical-coordinate representation of color #48584F: hue angle of 146.25º 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 #48584F is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 79 -
CMYK 0.18 0 0.10 0.65
HSL 146.25º 0.1% 0.31% -
HSV(B) 146.25º 0.18% 0.35% -
XYZ 7.57 8.92 8.72 -
YUV 82.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 72 88 79 0.18 0 0.10 0.65 146.25 0.1 0.31
Hex 48 58 4F 12 0 A 41 92 A 1F
Octal 110 130 117 22 0 12 101 222 12 37
Binary 1001000 1011000 1001111 10010 0 1010 1000001 10010010 1010 11111

Color Harmonies of #48584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48584F

Black with #48584F

Text Example


Text Example

White with #48584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48584F;
 }
 .AnyTagClassName
 {
   color: #48584F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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