Html Css Color HEX #48465E Gun Powder

📋 copy color: '#48465E'

red 72 ◦ green 70 ◦ blue 94

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

Shades of Gun Powder #48465E

Tints of Gun Powder #48465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 30.51%
G = 29.66%
B = 39.83%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48465E (or 0x48465E) is known color: Gun Powder. HEX triplet: 48, 46 and 5E. RGB value is (72,70,94). Sum of RGB (Red+Green+Blue) = 72+70+94=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #48465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48465E is #B7B9A1. Grayscale: #494949. Windows color (decimal): -12040610 or 6178376. OLE color: 6178376.

HSL color Cylindrical-coordinate representation of color #48465E: hue angle of 245º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48465E is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 70 94 -
CMYK 0.23 0.26 0 0.63
HSL 245º 0.15% 0.32% -
HSV(B) 245º 0.26% 0.37% -
XYZ 6.88 6.57 11.49 -
YUV 73.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 72 70 94 0.23 0.26 0 0.63 245 0.15 0.32
Hex 48 46 5E 17 1A 0 3F F5 F 20
Octal 110 106 136 27 32 0 77 365 17 40
Binary 1001000 1000110 1011110 10111 11010 0 111111 11110101 1111 100000

Color Harmonies of #48465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48465E

Black with #48465E

Text Example


Text Example

White with #48465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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