Html Css Color HEX #444056 Gun Powder

📋 copy color: '#444056'

red 68 ◦ green 64 ◦ blue 86

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

Shades of Gun Powder #444056

Tints of Gun Powder #444056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 31.19%
G = 29.36%
B = 39.45%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#444056 (or 0x444056) is known color: Gun Powder. HEX triplet: 44, 40 and 56. RGB value is (68,64,86). Sum of RGB (Red+Green+Blue) = 68+64+86=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #444056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444056 is #BBBFA9. Grayscale: #434343. Windows color (decimal): -12304298 or 5652548. OLE color: 5652548.

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

Color convert

RGB 68 64 86 -
CMYK 0.21 0.26 0 0.66
HSL 250.91º 0.15% 0.29% -
HSV(B) 250.91º 0.26% 0.34% -
XYZ 5.9 5.57 9.57 -
YUV 67.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 68 64 86 0.21 0.26 0 0.66 250.91 0.15 0.29
Hex 44 40 56 15 1A 0 42 FB F 1D
Octal 104 100 126 25 32 0 102 373 17 35
Binary 1000100 1000000 1010110 10101 11010 0 1000010 11111011 1111 11101

Color Harmonies of #444056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444056

Black with #444056

Text Example


Text Example

White with #444056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444056; }

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

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

background-color css

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

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

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

border-color css

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

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

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