Html Css Color HEX #48504B Feldgrau

📋 copy color: '#48504B'

red 72 ◦ green 80 ◦ blue 75

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

Shades of Feldgrau #48504B

Tints of Feldgrau #48504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 31.72%
G = 35.24%
B = 33.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#48504B (or 0x48504B) is known color: Feldgrau. HEX triplet: 48, 50 and 4B. RGB value is (72,80,75). Sum of RGB (Red+Green+Blue) = 72+80+75=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #48504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48504B is #B7AFB4. Grayscale: #4D4D4D. Windows color (decimal): -12038069 or 4935752. OLE color: 4935752.

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

Color convert

RGB 72 80 75 -
CMYK 0.10 0 0.06 0.69
HSL 142.5º 0.05% 0.3% -
HSV(B) 142.5º 0.1% 0.31% -
XYZ 6.81 7.62 7.77 -
YUV 77.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 72 80 75 0.10 0 0.06 0.69 142.5 0.05 0.3
Hex 48 50 4B A 0 6 45 8E 5 1E
Octal 110 120 113 12 0 6 105 216 5 36
Binary 1001000 1010000 1001011 1010 0 110 1000101 10001110 101 11110

Color Harmonies of #48504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48504B

Black with #48504B

Text Example


Text Example

White with #48504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48504B;
 }
 .AnyTagClassName
 {
   color: #48504B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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