Html Css Color HEX #48495A Gun Powder

📋 copy color: '#48495A'

red 72 ◦ green 73 ◦ blue 90

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

Shades of Gun Powder #48495A

Tints of Gun Powder #48495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

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

R = 30.64%
G = 31.06%
B = 38.3%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48495A (or 0x48495A) is known color: Gun Powder. HEX triplet: 48, 49 and 5A. RGB value is (72,73,90). Sum of RGB (Red+Green+Blue) = 72+73+90=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #48495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48495A is #B7B6A5. Grayscale: #4A4A4A. Windows color (decimal): -12039846 or 5917000. OLE color: 5917000.

HSL color Cylindrical-coordinate representation of color #48495A: hue angle of 236.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48495A is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 73 90 -
CMYK 0.20 0.19 0 0.65
HSL 236.67º 0.11% 0.32% -
HSV(B) 236.67º 0.2% 0.35% -
XYZ 6.9 6.88 10.64 -
YUV 74.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 72 73 90 0.20 0.19 0 0.65 236.67 0.11 0.32
Hex 48 49 5A 14 13 0 41 ED B 20
Octal 110 111 132 24 23 0 101 355 13 40
Binary 1001000 1001001 1011010 10100 10011 0 1000001 11101101 1011 100000

Color Harmonies of #48495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48495A

Black with #48495A

Text Example


Text Example

White with #48495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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