Html Css Color HEX #48465B Gun Powder

📋 copy color: '#48465B'

red 72 ◦ green 70 ◦ blue 91

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

Shades of Gun Powder #48465B

Tints of Gun Powder #48465B

RGB

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

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

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

R = 30.9%
G = 30.04%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48465B (or 0x48465B) is known color: Gun Powder. HEX triplet: 48, 46 and 5B. RGB value is (72,70,91). Sum of RGB (Red+Green+Blue) = 72+70+91=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #48465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48465B is #B7B9A4. Grayscale: #484848. Windows color (decimal): -12040613 or 5981768. OLE color: 5981768.

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

Color convert

RGB 72 70 91 -
CMYK 0.21 0.23 0 0.64
HSL 245.71º 0.13% 0.32% -
HSV(B) 245.71º 0.23% 0.36% -
XYZ 6.75 6.51 10.8 -
YUV 72.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 72 70 91 0.21 0.23 0 0.64 245.71 0.13 0.32
Hex 48 46 5B 15 17 0 40 F6 D 20
Octal 110 106 133 25 27 0 100 366 15 40
Binary 1001000 1000110 1011011 10101 10111 0 1000000 11110110 1101 100000

Color Harmonies of #48465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48465B

Black with #48465B

Text Example


Text Example

White with #48465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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