#444B42

Color #444B42 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #444B42

Tints of Grey-Asparagus #444B42

Color information

#444B42 (or 0x444B42) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 4B and 42. RGB value is (68,75,66). Sum of RGB (Red+Green+Blue) = 68+75+66=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #444B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B42 is #BBB4BD. Grayscale: #474747. Windows color (decimal): -12301502 or 4344644. OLE color: 4344644.

HSL color Cylindrical-coordinate representation of color #444B42: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444B42 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB687566-
CMYK0.0900.120.71
HSL106.67º6.38%27.65%-
HSV(B)106.67º12%29.41%-
XYZ5.886.656.13-
YUV71.88124.68125.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=32.54%
G=35.89%
B=31.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875660.0900.120.71106.676.3827.65
Hex444B4290C476b61c
Octal10411310211014107153634
Binary1000100100101110000101001011001000111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B42; }

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

 H1.HeaderClassName
 {
   color: #444B42;
 }
 .AnyTagClassName
 {
   color: #444B42;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #444B42;
 }
 .BgClassName
 {
   background-color: #444B42;
 }
</style>
border-color css

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

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

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