Html Css Color HEX #48465D Gun Powder

📋 copy color: '#48465D'

red 72 ◦ green 70 ◦ blue 93

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

Shades of Gun Powder #48465D

Tints of Gun Powder #48465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 30.64%
G = 29.79%
B = 39.57%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48465D (or 0x48465D) is known color: Gun Powder. HEX triplet: 48, 46 and 5D. RGB value is (72,70,93). Sum of RGB (Red+Green+Blue) = 72+70+93=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #48465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48465D is #B7B9A2. Grayscale: #494949. Windows color (decimal): -12040611 or 6112840. OLE color: 6112840.

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

Color convert

RGB 72 70 93 -
CMYK 0.23 0.25 0 0.64
HSL 245.22º 0.14% 0.32% -
HSV(B) 245.22º 0.25% 0.36% -
XYZ 6.84 6.55 11.26 -
YUV 73.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 72 70 93 0.23 0.25 0 0.64 245.22 0.14 0.32
Hex 48 46 5D 17 19 0 40 F5 E 20
Octal 110 106 135 27 31 0 100 365 16 40
Binary 1001000 1000110 1011101 10111 11001 0 1000000 11110101 1110 100000

Color Harmonies of #48465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48465D

Black with #48465D

Text Example


Text Example

White with #48465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,70,93); }

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

background-color css

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

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

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

border-color css

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

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

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