Html Css Color HEX #48475C Gun Powder

📋 copy color: '#48475C'

red 72 ◦ green 71 ◦ blue 92

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

Shades of Gun Powder #48475C

Tints of Gun Powder #48475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 30.64%
G = 30.21%
B = 39.15%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48475C (or 0x48475C) is known color: Gun Powder. HEX triplet: 48, 47 and 5C. RGB value is (72,71,92). Sum of RGB (Red+Green+Blue) = 72+71+92=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #48475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48475C is #B7B8A3. Grayscale: #494949. Windows color (decimal): -12040356 or 6047560. OLE color: 6047560.

HSL color Cylindrical-coordinate representation of color #48475C: hue angle of 242.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48475C is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 71 92 -
CMYK 0.22 0.23 0 0.64
HSL 242.86º 0.13% 0.32% -
HSV(B) 242.86º 0.23% 0.36% -
XYZ 6.86 6.66 11.05 -
YUV 73.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 72 71 92 0.22 0.23 0 0.64 242.86 0.13 0.32
Hex 48 47 5C 16 17 0 40 F3 D 20
Octal 110 107 134 26 27 0 100 363 15 40
Binary 1001000 1000111 1011100 10110 10111 0 1000000 11110011 1101 100000

Color Harmonies of #48475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48475C

Black with #48475C

Text Example


Text Example

White with #48475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48475C; }

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

 H1.HeaderClassName
 {
   color: #48475C;
 }
 .AnyTagClassName
 {
   color: #48475C;
 }
</style>

background-color css

<style>
 a { background-color: #48475C; }

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

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

border-color css

<style>
 span { border-color: #48475C; }

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

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