Html Css Color HEX #444256 Gun Powder

📋 copy color: '#444256'

red 68 ◦ green 66 ◦ blue 86

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

Shades of Gun Powder #444256

Tints of Gun Powder #444256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 30.91%
G = 30%
B = 39.09%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#444256 (or 0x444256) is known color: Gun Powder. HEX triplet: 44, 42 and 56. RGB value is (68,66,86). Sum of RGB (Red+Green+Blue) = 68+66+86=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #444256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444256 is #BBBDA9. Grayscale: #444444. Windows color (decimal): -12303786 or 5653060. OLE color: 5653060.

HSL color Cylindrical-coordinate representation of color #444256: hue angle of 246º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444256 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 66 86 -
CMYK 0.21 0.23 0 0.66
HSL 246º 0.13% 0.3% -
HSV(B) 246º 0.23% 0.34% -
XYZ 6.01 5.8 9.61 -
YUV 68.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 68 66 86 0.21 0.23 0 0.66 246 0.13 0.3
Hex 44 42 56 15 17 0 42 F6 D 1E
Octal 104 102 126 25 27 0 102 366 15 36
Binary 1000100 1000010 1010110 10101 10111 0 1000010 11110110 1101 11110

Color Harmonies of #444256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444256

Black with #444256

Text Example


Text Example

White with #444256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444256; }

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

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

background-color css

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

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

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

border-color css

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

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

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