Html Css Color HEX #44434C Gun Powder

📋 copy color: '#44434C'

red 68 ◦ green 67 ◦ blue 76

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

Shades of Gun Powder #44434C

Tints of Gun Powder #44434C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 32.23%
G = 31.75%
B = 36.02%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44434C (or 0x44434C) is known color: Gun Powder. HEX triplet: 44, 43 and 4C. RGB value is (68,67,76). Sum of RGB (Red+Green+Blue) = 68+67+76=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 76 - color contains mainly: blue. Hex color #44434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44434C is #BBBCB3. Grayscale: #444444. Windows color (decimal): -12303540 or 4997956. OLE color: 4997956.

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

Color convert

RGB 68 67 76 -
CMYK 0.11 0.12 0 0.70
HSL 246.67º 0.06% 0.28% -
HSV(B) 246.67º 0.12% 0.3% -
XYZ 5.7 5.77 7.65 -
YUV 68.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 68 67 76 0.11 0.12 0 0.70 246.67 0.06 0.28
Hex 44 43 4C B C 0 46 F7 6 1C
Octal 104 103 114 13 14 0 106 367 6 34
Binary 1000100 1000011 1001100 1011 1100 0 1000110 11110111 110 11100

Color Harmonies of #44434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44434C

Black with #44434C

Text Example


Text Example

White with #44434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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