#484F4A

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

Shades of Feldgrau #484F4A

Tints of Feldgrau #484F4A

Color information

#484F4A (or 0x484F4A) is unknown color: approx Feldgrau. HEX triplet: 48, 4F and 4A. RGB value is (72,79,74). Sum of RGB (Red+Green+Blue) = 72+79+74=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #484F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F4A is #B7B0B5. Grayscale: #4C4C4C. Windows color (decimal): -12038326 or 4869960. OLE color: 4869960.

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

Color convert

RGB727974-
CMYK0.0900.060.69
HSL137.14º4.64%29.61%-
HSV(B)137.14º8.86%30.98%-
XYZ6.77.467.57-
YUV76.34126.68124.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=32%
G=35.11%
B=32.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279740.0900.060.69137.144.6429.61
Hex484F4A906458951e
Octal1101171121106105211536
Binary1001000100111110010101001011010001011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484F4A; }

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

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

<style>
 a { background-color: #484F4A; }

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

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

<style>
 span { border-color: #484F4A; }

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

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