Html Css Color HEX #48425D Gun Powder

📋 copy color: '#48425D'

red 72 ◦ green 66 ◦ blue 93

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

Shades of Gun Powder #48425D

Tints of Gun Powder #48425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 31.17%
G = 28.57%
B = 40.26%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48425D (or 0x48425D) is known color: Gun Powder. HEX triplet: 48, 42 and 5D. RGB value is (72,66,93). Sum of RGB (Red+Green+Blue) = 72+66+93=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #48425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48425D is #B7BDA2. Grayscale: #464646. Windows color (decimal): -12041635 or 6111816. OLE color: 6111816.

HSL color Cylindrical-coordinate representation of color #48425D: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48425D is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 66 93 -
CMYK 0.23 0.29 0 0.64
HSL 253.33º 0.17% 0.31% -
HSV(B) 253.33º 0.29% 0.36% -
XYZ 6.6 6.06 11.18 -
YUV 70.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 72 66 93 0.23 0.29 0 0.64 253.33 0.17 0.31
Hex 48 42 5D 17 1D 0 40 FD 11 1F
Octal 110 102 135 27 35 0 100 375 21 37
Binary 1001000 1000010 1011101 10111 11101 0 1000000 11111101 10001 11111

Color Harmonies of #48425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48425D

Black with #48425D

Text Example


Text Example

White with #48425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48425D; }

 p { color: rgb(72,66,93); }

 H1.HeaderClassName
 {
   color: #48425D;
 }
 .AnyTagClassName
 {
   color: #48425D;
 }
</style>

background-color css

<style>
 a { background-color: #48425D; }

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

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

border-color css

<style>
 span { border-color: #48425D; }

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

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