Html Css Color HEX #484758 Gun Powder

📋 copy color: '#484758'

red 72 ◦ green 71 ◦ blue 88

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

Shades of Gun Powder #484758

Tints of Gun Powder #484758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 31.17%
G = 30.74%
B = 38.1%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484758 (or 0x484758) is known color: Gun Powder. HEX triplet: 48, 47 and 58. RGB value is (72,71,88). Sum of RGB (Red+Green+Blue) = 72+71+88=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #484758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484758 is #B7B8A7. Grayscale: #494949. Windows color (decimal): -12040360 or 5785416. OLE color: 5785416.

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

Color convert

RGB 72 71 88 -
CMYK 0.18 0.19 0 0.65
HSL 243.53º 0.11% 0.31% -
HSV(B) 243.53º 0.19% 0.35% -
XYZ 6.69 6.59 10.15 -
YUV 73.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 72 71 88 0.18 0.19 0 0.65 243.53 0.11 0.31
Hex 48 47 58 12 13 0 41 F4 B 1F
Octal 110 107 130 22 23 0 101 364 13 37
Binary 1001000 1000111 1011000 10010 10011 0 1000001 11110100 1011 11111

Color Harmonies of #484758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484758

Black with #484758

Text Example


Text Example

White with #484758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484758; }

 p { color: rgb(72,71,88); }

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

background-color css

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

 a { background-color: rgb(72,71,88); }

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

border-color css

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

 span { border-color: rgb(72,71,88); }

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