Html Css Color HEX #48445C Gun Powder

📋 copy color: '#48445C'

red 72 ◦ green 68 ◦ blue 92

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

Shades of Gun Powder #48445C

Tints of Gun Powder #48445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 31.03%
G = 29.31%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48445C (or 0x48445C) is known color: Gun Powder. HEX triplet: 48, 44 and 5C. RGB value is (72,68,92). Sum of RGB (Red+Green+Blue) = 72+68+92=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #48445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48445C is #B7BBA3. Grayscale: #474747. Windows color (decimal): -12041124 or 6046792. OLE color: 6046792.

HSL color Cylindrical-coordinate representation of color #48445C: hue angle of 250º 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 #48445C is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 68 92 -
CMYK 0.22 0.26 0 0.64
HSL 250º 0.15% 0.31% -
HSV(B) 250º 0.26% 0.36% -
XYZ 6.67 6.28 10.99 -
YUV 71.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 72 68 92 0.22 0.26 0 0.64 250 0.15 0.31
Hex 48 44 5C 16 1A 0 40 FA F 1F
Octal 110 104 134 26 32 0 100 372 17 37
Binary 1001000 1000100 1011100 10110 11010 0 1000000 11111010 1111 11111

Color Harmonies of #48445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48445C

Black with #48445C

Text Example


Text Example

White with #48445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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