Html Css Color HEX #44434D Gun Powder

📋 copy color: '#44434D'

red 68 ◦ green 67 ◦ blue 77

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

Shades of Gun Powder #44434D

Tints of Gun Powder #44434D

RGB

 RED value IS 68 (26.95% from 255) = 32.08%

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 32.08%
G = 31.6%
B = 36.32%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44434D (or 0x44434D) is known color: Gun Powder. HEX triplet: 44, 43 and 4D. RGB value is (68,67,77). Sum of RGB (Red+Green+Blue) = 68+67+77=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #44434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44434D is #BBBCB2. Grayscale: #444444. Windows color (decimal): -12303539 or 5063492. OLE color: 5063492.

HSL color Cylindrical-coordinate representation of color #44434D: hue angle of 246º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #44434D is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 67 77 -
CMYK 0.12 0.13 0 0.70
HSL 246º 0.07% 0.28% -
HSV(B) 246º 0.13% 0.3% -
XYZ 5.73 5.78 7.83 -
YUV 68.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 68 67 77 0.12 0.13 0 0.70 246 0.07 0.28
Hex 44 43 4D C D 0 46 F6 7 1C
Octal 104 103 115 14 15 0 106 366 7 34
Binary 1000100 1000011 1001101 1100 1101 0 1000110 11110110 111 11100

Color Harmonies of #44434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44434D

Black with #44434D

Text Example


Text Example

White with #44434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44434D; }

 p { color: rgb(68,67,77); }

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

background-color css

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

 a { background-color: rgb(68,67,77); }

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

border-color css

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

 span { border-color: rgb(68,67,77); }

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