Html Css Color HEX #484956 Gun Powder

📋 copy color: '#484956'

red 72 ◦ green 73 ◦ blue 86

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

Shades of Gun Powder #484956

Tints of Gun Powder #484956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 31.17%
G = 31.6%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484956 (or 0x484956) is known color: Gun Powder. HEX triplet: 48, 49 and 56. RGB value is (72,73,86). Sum of RGB (Red+Green+Blue) = 72+73+86=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #484956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484956 is #B7B6A9. Grayscale: #4A4A4A. Windows color (decimal): -12039850 or 5654856. OLE color: 5654856.

HSL color Cylindrical-coordinate representation of color #484956: hue angle of 235.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484956 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 73 86 -
CMYK 0.16 0.15 0 0.66
HSL 235.71º 0.09% 0.31% -
HSV(B) 235.71º 0.16% 0.34% -
XYZ 6.73 6.81 9.76 -
YUV 74.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 72 73 86 0.16 0.15 0 0.66 235.71 0.09 0.31
Hex 48 49 56 10 F 0 42 EC 9 1F
Octal 110 111 126 20 17 0 102 354 11 37
Binary 1001000 1001001 1010110 10000 1111 0 1000010 11101100 1001 11111

Color Harmonies of #484956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484956

Black with #484956

Text Example


Text Example

White with #484956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484956; }

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

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

background-color css

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

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

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

border-color css

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

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

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