Html Css Color HEX #4D4C55 Gun Powder

📋 copy color: '#4D4C55'

red 77 ◦ green 76 ◦ blue 85

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

Shades of Gun Powder #4D4C55

Tints of Gun Powder #4D4C55

RGB

 RED value IS 77 (30.47% from 255) = 32.35%

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 32.35%
G = 31.93%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D4C55 (or 0x4D4C55) is known color: Gun Powder. HEX triplet: 4D, 4C and 55. RGB value is (77,76,85). Sum of RGB (Red+Green+Blue) = 77+76+85=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D4C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4C55 is #B2B3AA. Grayscale: #4D4D4D. Windows color (decimal): -11711403 or 5590093. OLE color: 5590093.

HSL color Cylindrical-coordinate representation of color #4D4C55: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D4C55 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 76 85 -
CMYK 0.09 0.11 0 0.67
HSL 246.67º 0.06% 0.32% -
HSV(B) 246.67º 0.11% 0.33% -
XYZ 7.28 7.4 9.64 -
YUV 77.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 77 76 85 0.09 0.11 0 0.67 246.67 0.06 0.32
Hex 4D 4C 55 9 B 0 43 F7 6 20
Octal 115 114 125 11 13 0 103 367 6 40
Binary 1001101 1001100 1010101 1001 1011 0 1000011 11110111 110 100000

Color Harmonies of #4D4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4C55

Black with #4D4C55

Text Example


Text Example

White with #4D4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D4C55; }

 p { color: rgb(77,76,85); }

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

background-color css

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

 a { background-color: rgb(77,76,85); }

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

border-color css

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

 span { border-color: rgb(77,76,85); }

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