Html Css Color HEX #48485E Gun Powder

📋 copy color: '#48485E'

red 72 ◦ green 72 ◦ blue 94

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

Shades of Gun Powder #48485E

Tints of Gun Powder #48485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 30.25%
G = 30.25%
B = 39.5%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48485E (or 0x48485E) is known color: Gun Powder. HEX triplet: 48, 48 and 5E. RGB value is (72,72,94). Sum of RGB (Red+Green+Blue) = 72+72+94=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #48485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48485E is #B7B7A1. Grayscale: #4A4A4A. Windows color (decimal): -12040098 or 6178888. OLE color: 6178888.

HSL color Cylindrical-coordinate representation of color #48485E: hue angle of 240º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48485E is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 72 94 -
CMYK 0.23 0.23 0 0.63
HSL 240º 0.13% 0.33% -
HSV(B) 240º 0.23% 0.37% -
XYZ 7.01 6.82 11.54 -
YUV 74.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 72 72 94 0.23 0.23 0 0.63 240 0.13 0.33
Hex 48 48 5E 17 17 0 3F F0 D 21
Octal 110 110 136 27 27 0 77 360 15 41
Binary 1001000 1001000 1011110 10111 10111 0 111111 11110000 1101 100001

Color Harmonies of #48485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48485E

Black with #48485E

Text Example


Text Example

White with #48485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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