Html Css Color HEX #48455A Gun Powder

📋 copy color: '#48455A'

red 72 ◦ green 69 ◦ blue 90

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

Shades of Gun Powder #48455A

Tints of Gun Powder #48455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 31.17%
G = 29.87%
B = 38.96%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48455A (or 0x48455A) is known color: Gun Powder. HEX triplet: 48, 45 and 5A. RGB value is (72,69,90). Sum of RGB (Red+Green+Blue) = 72+69+90=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #48455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48455A is #B7BAA5. Grayscale: #484848. Windows color (decimal): -12040870 or 5915976. OLE color: 5915976.

HSL color Cylindrical-coordinate representation of color #48455A: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48455A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 69 90 -
CMYK 0.20 0.23 0 0.65
HSL 248.57º 0.13% 0.31% -
HSV(B) 248.57º 0.23% 0.35% -
XYZ 6.65 6.37 10.55 -
YUV 72.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 72 69 90 0.20 0.23 0 0.65 248.57 0.13 0.31
Hex 48 45 5A 14 17 0 41 F9 D 1F
Octal 110 105 132 24 27 0 101 371 15 37
Binary 1001000 1000101 1011010 10100 10111 0 1000001 11111001 1101 11111

Color Harmonies of #48455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48455A

Black with #48455A

Text Example


Text Example

White with #48455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48455A; }

 p { color: rgb(72,69,90); }

 H1.HeaderClassName
 {
   color: #48455A;
 }
 .AnyTagClassName
 {
   color: #48455A;
 }
</style>

background-color css

<style>
 a { background-color: #48455A; }

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

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

border-color css

<style>
 span { border-color: #48455A; }

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

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