Html Css Color HEX #48435C Gun Powder

📋 copy color: '#48435C'

red 72 ◦ green 67 ◦ blue 92

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

Shades of Gun Powder #48435C

Tints of Gun Powder #48435C

RGB

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

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

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

R = 31.17%
G = 29%
B = 39.83%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48435C (or 0x48435C) is known color: Gun Powder. HEX triplet: 48, 43 and 5C. RGB value is (72,67,92). Sum of RGB (Red+Green+Blue) = 72+67+92=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #48435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48435C is #B7BCA3. Grayscale: #474747. Windows color (decimal): -12041380 or 6046536. OLE color: 6046536.

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

Color convert

RGB 72 67 92 -
CMYK 0.22 0.27 0 0.64
HSL 252º 0.16% 0.31% -
HSV(B) 252º 0.27% 0.36% -
XYZ 6.61 6.16 10.97 -
YUV 71.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 72 67 92 0.22 0.27 0 0.64 252 0.16 0.31
Hex 48 43 5C 16 1B 0 40 FC 10 1F
Octal 110 103 134 26 33 0 100 374 20 37
Binary 1001000 1000011 1011100 10110 11011 0 1000000 11111100 10000 11111

Color Harmonies of #48435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48435C

Black with #48435C

Text Example


Text Example

White with #48435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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