Html Css Color HEX #484954 Gun Powder

📋 copy color: '#484954'

red 72 ◦ green 73 ◦ blue 84

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

Shades of Gun Powder #484954

Tints of Gun Powder #484954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.68%

R = 31.44%
G = 31.88%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484954 (or 0x484954) is known color: Gun Powder. HEX triplet: 48, 49 and 54. RGB value is (72,73,84). Sum of RGB (Red+Green+Blue) = 72+73+84=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #484954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484954 is #B7B6AB. Grayscale: #494949. Windows color (decimal): -12039852 or 5523784. OLE color: 5523784.

HSL color Cylindrical-coordinate representation of color #484954: hue angle of 235º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484954 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 73 84 -
CMYK 0.14 0.13 0 0.67
HSL 235º 0.08% 0.31% -
HSV(B) 235º 0.14% 0.33% -
XYZ 6.66 6.78 9.35 -
YUV 73.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 72 73 84 0.14 0.13 0 0.67 235 0.08 0.31
Hex 48 49 54 E D 0 43 EB 8 1F
Octal 110 111 124 16 15 0 103 353 10 37
Binary 1001000 1001001 1010100 1110 1101 0 1000011 11101011 1000 11111

Color Harmonies of #484954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484954

Black with #484954

Text Example


Text Example

White with #484954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484954; }

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

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

background-color css

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

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

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

border-color css

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

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

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