Html Css Color HEX #44434F Gun Powder

📋 copy color: '#44434F'

red 68 ◦ green 67 ◦ blue 79

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

Shades of Gun Powder #44434F

Tints of Gun Powder #44434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 31.78%
G = 31.31%
B = 36.92%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44434F (or 0x44434F) is known color: Gun Powder. HEX triplet: 44, 43 and 4F. RGB value is (68,67,79). Sum of RGB (Red+Green+Blue) = 68+67+79=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 79 - color contains mainly: blue. Hex color #44434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44434F is #BBBCB0. Grayscale: #444444. Windows color (decimal): -12303537 or 5194564. OLE color: 5194564.

HSL color Cylindrical-coordinate representation of color #44434F: hue angle of 245º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44434F is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 67 79 -
CMYK 0.14 0.15 0 0.69
HSL 245º 0.08% 0.29% -
HSV(B) 245º 0.15% 0.31% -
XYZ 5.8 5.81 8.21 -
YUV 68.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 68 67 79 0.14 0.15 0 0.69 245 0.08 0.29
Hex 44 43 4F E F 0 45 F5 8 1D
Octal 104 103 117 16 17 0 105 365 10 35
Binary 1000100 1000011 1001111 1110 1111 0 1000101 11110101 1000 11101

Color Harmonies of #44434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44434F

Black with #44434F

Text Example


Text Example

White with #44434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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