Html Css Color HEX #484656 Gun Powder

📋 copy color: '#484656'

red 72 ◦ green 70 ◦ blue 86

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

Shades of Gun Powder #484656

Tints of Gun Powder #484656

RGB

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

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

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

R = 31.58%
G = 30.7%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484656 (or 0x484656) is known color: Gun Powder. HEX triplet: 48, 46 and 56. RGB value is (72,70,86). Sum of RGB (Red+Green+Blue) = 72+70+86=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #484656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484656 is #B7B9A9. Grayscale: #484848. Windows color (decimal): -12040618 or 5654088. OLE color: 5654088.

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

Color convert

RGB 72 70 86 -
CMYK 0.16 0.19 0 0.66
HSL 247.5º 0.1% 0.31% -
HSV(B) 247.5º 0.19% 0.34% -
XYZ 6.54 6.43 9.7 -
YUV 72.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 72 70 86 0.16 0.19 0 0.66 247.5 0.1 0.31
Hex 48 46 56 10 13 0 42 F8 A 1F
Octal 110 106 126 20 23 0 102 370 12 37
Binary 1001000 1000110 1010110 10000 10011 0 1000010 11111000 1010 11111

Color Harmonies of #484656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484656

Black with #484656

Text Example


Text Example

White with #484656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484656; }

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

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

background-color css

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

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

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

border-color css

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

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

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