Html Css Color HEX #48485F Gun Powder

📋 copy color: '#48485F'

red 72 ◦ green 72 ◦ blue 95

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

Shades of Gun Powder #48485F

Tints of Gun Powder #48485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 30.13%
G = 30.13%
B = 39.75%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48485F (or 0x48485F) is known color: Gun Powder. HEX triplet: 48, 48 and 5F. RGB value is (72,72,95). Sum of RGB (Red+Green+Blue) = 72+72+95=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #48485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48485F is #B7B7A0. Grayscale: #4A4A4A. Windows color (decimal): -12040097 or 6244424. OLE color: 6244424.

HSL color Cylindrical-coordinate representation of color #48485F: hue angle of 240º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48485F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 72 95 -
CMYK 0.24 0.24 0 0.63
HSL 240º 0.14% 0.33% -
HSV(B) 240º 0.24% 0.37% -
XYZ 7.06 6.84 11.77 -
YUV 74.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 72 72 95 0.24 0.24 0 0.63 240 0.14 0.33
Hex 48 48 5F 18 18 0 3F F0 E 21
Octal 110 110 137 30 30 0 77 360 16 41
Binary 1001000 1001000 1011111 11000 11000 0 111111 11110000 1110 100001

Color Harmonies of #48485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48485F

Black with #48485F

Text Example


Text Example

White with #48485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48485F; }

 p { color: rgb(72,72,95); }

 H1.HeaderClassName
 {
   color: #48485F;
 }
 .AnyTagClassName
 {
   color: #48485F;
 }
</style>

background-color css

<style>
 a { background-color: #48485F; }

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

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

border-color css

<style>
 span { border-color: #48485F; }

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

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