Html Css Color HEX #44424E Gun Powder

📋 copy color: '#44424E'

red 68 ◦ green 66 ◦ blue 78

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

Shades of Gun Powder #44424E

Tints of Gun Powder #44424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 32.08%
G = 31.13%
B = 36.79%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44424E (or 0x44424E) is known color: Gun Powder. HEX triplet: 44, 42 and 4E. RGB value is (68,66,78). Sum of RGB (Red+Green+Blue) = 68+66+78=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #44424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44424E is #BBBDB1. Grayscale: #434343. Windows color (decimal): -12303794 or 5128772. OLE color: 5128772.

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

Color convert

RGB 68 66 78 -
CMYK 0.13 0.15 0 0.69
HSL 250º 0.08% 0.28% -
HSV(B) 250º 0.15% 0.31% -
XYZ 5.71 5.68 8 -
YUV 67.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 68 66 78 0.13 0.15 0 0.69 250 0.08 0.28
Hex 44 42 4E D F 0 45 FA 8 1C
Octal 104 102 116 15 17 0 105 372 10 34
Binary 1000100 1000010 1001110 1101 1111 0 1000101 11111010 1000 11100

Color Harmonies of #44424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44424E

Black with #44424E

Text Example


Text Example

White with #44424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44424E; }

 p { color: rgb(68,66,78); }

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

background-color css

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

 a { background-color: rgb(68,66,78); }

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

border-color css

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

 span { border-color: rgb(68,66,78); }

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