Html Css Color HEX #48484E Gun Powder

📋 copy color: '#48484E'

red 72 ◦ green 72 ◦ blue 78

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

Shades of Gun Powder #48484E

Tints of Gun Powder #48484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 32.43%
G = 32.43%
B = 35.14%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48484E (or 0x48484E) is known color: Gun Powder. HEX triplet: 48, 48 and 4E. RGB value is (72,72,78). Sum of RGB (Red+Green+Blue) = 72+72+78=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #48484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48484E is #B7B7B1. Grayscale: #484848. Windows color (decimal): -12040114 or 5130312. OLE color: 5130312.

HSL color Cylindrical-coordinate representation of color #48484E: hue angle of 240º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48484E is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 72 78 -
CMYK 0.08 0.08 0 0.69
HSL 240º 0.04% 0.29% -
HSV(B) 240º 0.08% 0.31% -
XYZ 6.36 6.56 8.14 -
YUV 72.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 72 72 78 0.08 0.08 0 0.69 240 0.04 0.29
Hex 48 48 4E 8 8 0 45 F0 4 1D
Octal 110 110 116 10 10 0 105 360 4 35
Binary 1001000 1001000 1001110 1000 1000 0 1000101 11110000 100 11101

Color Harmonies of #48484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48484E

Black with #48484E

Text Example


Text Example

White with #48484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48484E; }

 p { color: rgb(72,72,78); }

 H1.HeaderClassName
 {
   color: #48484E;
 }
 .AnyTagClassName
 {
   color: #48484E;
 }
</style>

background-color css

<style>
 a { background-color: #48484E; }

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

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

border-color css

<style>
 span { border-color: #48484E; }

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

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