Html Css Color HEX #44424F Gun Powder

📋 copy color: '#44424F'

red 68 ◦ green 66 ◦ blue 79

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

Shades of Gun Powder #44424F

Tints of Gun Powder #44424F

RGB

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

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

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

R = 31.92%
G = 30.99%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44424F (or 0x44424F) is known color: Gun Powder. HEX triplet: 44, 42 and 4F. RGB value is (68,66,79). Sum of RGB (Red+Green+Blue) = 68+66+79=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #44424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44424F is #BBBDB0. Grayscale: #444444. Windows color (decimal): -12303793 or 5194308. OLE color: 5194308.

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

Color convert

RGB 68 66 79 -
CMYK 0.14 0.16 0 0.69
HSL 249.23º 0.09% 0.28% -
HSV(B) 249.23º 0.16% 0.31% -
XYZ 5.74 5.69 8.19 -
YUV 68.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 68 66 79 0.14 0.16 0 0.69 249.23 0.09 0.28
Hex 44 42 4F E 10 0 45 F9 9 1C
Octal 104 102 117 16 20 0 105 371 11 34
Binary 1000100 1000010 1001111 1110 10000 0 1000101 11111001 1001 11100

Color Harmonies of #44424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44424F

Black with #44424F

Text Example


Text Example

White with #44424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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