Html Css Color HEX #48464F Gun Powder

📋 copy color: '#48464F'

red 72 ◦ green 70 ◦ blue 79

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

Shades of Gun Powder #48464F

Tints of Gun Powder #48464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 32.58%
G = 31.67%
B = 35.75%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48464F (or 0x48464F) is known color: Gun Powder. HEX triplet: 48, 46 and 4F. RGB value is (72,70,79). Sum of RGB (Red+Green+Blue) = 72+70+79=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #48464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48464F is #B7B9B0. Grayscale: #474747. Windows color (decimal): -12040625 or 5195336. OLE color: 5195336.

HSL color Cylindrical-coordinate representation of color #48464F: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48464F is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 70 79 -
CMYK 0.09 0.11 0 0.69
HSL 253.33º 0.06% 0.29% -
HSV(B) 253.33º 0.11% 0.31% -
XYZ 6.27 6.32 8.29 -
YUV 71.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 72 70 79 0.09 0.11 0 0.69 253.33 0.06 0.29
Hex 48 46 4F 9 B 0 45 FD 6 1D
Octal 110 106 117 11 13 0 105 375 6 35
Binary 1001000 1000110 1001111 1001 1011 0 1000101 11111101 110 11101

Color Harmonies of #48464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48464F

Black with #48464F

Text Example


Text Example

White with #48464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,70,79); }

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

background-color css

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

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

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

border-color css

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

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

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