Html Css Color HEX #48435D Gun Powder

📋 copy color: '#48435D'

red 72 ◦ green 67 ◦ blue 93

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

Shades of Gun Powder #48435D

Tints of Gun Powder #48435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 31.03%
G = 28.88%
B = 40.09%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48435D (or 0x48435D) is known color: Gun Powder. HEX triplet: 48, 43 and 5D. RGB value is (72,67,93). Sum of RGB (Red+Green+Blue) = 72+67+93=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #48435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48435D is #B7BCA2. Grayscale: #474747. Windows color (decimal): -12041379 or 6112072. OLE color: 6112072.

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

Color convert

RGB 72 67 93 -
CMYK 0.23 0.28 0 0.64
HSL 251.54º 0.16% 0.31% -
HSV(B) 251.54º 0.28% 0.36% -
XYZ 6.66 6.18 11.2 -
YUV 71.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 72 67 93 0.23 0.28 0 0.64 251.54 0.16 0.31
Hex 48 43 5D 17 1C 0 40 FC 10 1F
Octal 110 103 135 27 34 0 100 374 20 37
Binary 1001000 1000011 1011101 10111 11100 0 1000000 11111100 10000 11111

Color Harmonies of #48435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48435D

Black with #48435D

Text Example


Text Example

White with #48435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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