Html Css Color HEX #48435B Gun Powder

📋 copy color: '#48435B'

red 72 ◦ green 67 ◦ blue 91

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

Shades of Gun Powder #48435B

Tints of Gun Powder #48435B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 31.3%
G = 29.13%
B = 39.57%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48435B (or 0x48435B) is known color: Gun Powder. HEX triplet: 48, 43 and 5B. RGB value is (72,67,91). Sum of RGB (Red+Green+Blue) = 72+67+91=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #48435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48435B is #B7BCA4. Grayscale: #474747. Windows color (decimal): -12041381 or 5981000. OLE color: 5981000.

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

Color convert

RGB 72 67 91 -
CMYK 0.21 0.26 0 0.64
HSL 252.5º 0.15% 0.31% -
HSV(B) 252.5º 0.26% 0.36% -
XYZ 6.57 6.15 10.74 -
YUV 71.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 72 67 91 0.21 0.26 0 0.64 252.5 0.15 0.31
Hex 48 43 5B 15 1A 0 40 FD F 1F
Octal 110 103 133 25 32 0 100 375 17 37
Binary 1001000 1000011 1011011 10101 11010 0 1000000 11111101 1111 11111

Color Harmonies of #48435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48435B

Black with #48435B

Text Example


Text Example

White with #48435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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