Html Css Color HEX #484B49 Feldgrau

📋 copy color: '#484B49'

red 72 ◦ green 75 ◦ blue 73

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

Shades of Feldgrau #484B49

Tints of Feldgrau #484B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 32.73%
G = 34.09%
B = 33.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#484B49 (or 0x484B49) is known color: Feldgrau. HEX triplet: 48, 4B and 49. RGB value is (72,75,73). Sum of RGB (Red+Green+Blue) = 72+75+73=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 75 - color contains mainly: green. Hex color #484B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B49 is #B7B4B6. Grayscale: #494949. Windows color (decimal): -12039351 or 4803400. OLE color: 4803400.

HSL color Cylindrical-coordinate representation of color #484B49: hue angle of 140º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #484B49 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 73 -
CMYK 0.04 0 0.03 0.71
HSL 140º 0.02% 0.29% -
HSV(B) 140º 0.04% 0.29% -
XYZ 6.39 6.89 7.3 -
YUV 73.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 72 75 73 0.04 0 0.03 0.71 140 0.02 0.29
Hex 48 4B 49 4 0 3 47 8C 2 1D
Octal 110 113 111 4 0 3 107 214 2 35
Binary 1001000 1001011 1001001 100 0 11 1000111 10001100 10 11101

Color Harmonies of #484B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B49

Black with #484B49

Text Example


Text Example

White with #484B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #484B49;
 }
 .AnyTagClassName
 {
   color: #484B49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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