Html Css Color HEX #484654 Gun Powder

📋 copy color: '#484654'

red 72 ◦ green 70 ◦ blue 84

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

Shades of Gun Powder #484654

Tints of Gun Powder #484654

RGB

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

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

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

R = 31.86%
G = 30.97%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484654 (or 0x484654) is known color: Gun Powder. HEX triplet: 48, 46 and 54. RGB value is (72,70,84). Sum of RGB (Red+Green+Blue) = 72+70+84=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #484654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484654 is #B7B9AB. Grayscale: #484848. Windows color (decimal): -12040620 or 5523016. OLE color: 5523016.

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

Color convert

RGB 72 70 84 -
CMYK 0.14 0.17 0 0.67
HSL 248.57º 0.09% 0.3% -
HSV(B) 248.57º 0.17% 0.33% -
XYZ 6.46 6.4 9.28 -
YUV 72.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 72 70 84 0.14 0.17 0 0.67 248.57 0.09 0.3
Hex 48 46 54 E 11 0 43 F9 9 1E
Octal 110 106 124 16 21 0 103 371 11 36
Binary 1001000 1000110 1010100 1110 10001 0 1000011 11111001 1001 11110

Color Harmonies of #484654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484654

Black with #484654

Text Example


Text Example

White with #484654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484654; }

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

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

background-color css

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

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

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

border-color css

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

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

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