Html Css Color HEX #48474D Gun Powder

📋 copy color: '#48474D'

red 72 ◦ green 71 ◦ blue 77

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

Shades of Gun Powder #48474D

Tints of Gun Powder #48474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 77 (30.47% from 255) = 35%

R = 32.73%
G = 32.27%
B = 35%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48474D (or 0x48474D) is known color: Gun Powder. HEX triplet: 48, 47 and 4D. RGB value is (72,71,77). Sum of RGB (Red+Green+Blue) = 72+71+77=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #48474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48474D is #B7B8B2. Grayscale: #474747. Windows color (decimal): -12040371 or 5064520. OLE color: 5064520.

HSL color Cylindrical-coordinate representation of color #48474D: hue angle of 250º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48474D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 71 77 -
CMYK 0.06 0.08 0 0.70
HSL 250º 0.04% 0.29% -
HSV(B) 250º 0.08% 0.3% -
XYZ 6.27 6.42 7.93 -
YUV 71.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 72 71 77 0.06 0.08 0 0.70 250 0.04 0.29
Hex 48 47 4D 6 8 0 46 FA 4 1D
Octal 110 107 115 6 10 0 106 372 4 35
Binary 1001000 1000111 1001101 110 1000 0 1000110 11111010 100 11101

Color Harmonies of #48474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48474D

Black with #48474D

Text Example


Text Example

White with #48474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48474D; }

 p { color: rgb(72,71,77); }

 H1.HeaderClassName
 {
   color: #48474D;
 }
 .AnyTagClassName
 {
   color: #48474D;
 }
</style>

background-color css

<style>
 a { background-color: #48474D; }

 a { background-color: rgb(72,71,77); }

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

border-color css

<style>
 span { border-color: #48474D; }

 span { border-color: rgb(72,71,77); }

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