Html Css Color HEX #48474E Gun Powder

📋 copy color: '#48474E'

red 72 ◦ green 71 ◦ blue 78

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

Shades of Gun Powder #48474E

Tints of Gun Powder #48474E

RGB

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

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

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

R = 32.58%
G = 32.13%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48474E (or 0x48474E) is known color: Gun Powder. HEX triplet: 48, 47 and 4E. RGB value is (72,71,78). Sum of RGB (Red+Green+Blue) = 72+71+78=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #48474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48474E is #B7B8B1. Grayscale: #484848. Windows color (decimal): -12040370 or 5130056. OLE color: 5130056.

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

Color convert

RGB 72 71 78 -
CMYK 0.08 0.09 0 0.69
HSL 248.57º 0.05% 0.29% -
HSV(B) 248.57º 0.09% 0.31% -
XYZ 6.3 6.43 8.12 -
YUV 72.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 72 71 78 0.08 0.09 0 0.69 248.57 0.05 0.29
Hex 48 47 4E 8 9 0 45 F9 5 1D
Octal 110 107 116 10 11 0 105 371 5 35
Binary 1001000 1000111 1001110 1000 1001 0 1000101 11111001 101 11101

Color Harmonies of #48474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48474E

Black with #48474E

Text Example


Text Example

White with #48474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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