#444B45

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

Shades of Grey-Asparagus #444B45

Tints of Grey-Asparagus #444B45

Color information

#444B45 (or 0x444B45) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 4B and 45. RGB value is (68,75,69). Sum of RGB (Red+Green+Blue) = 68+75+69=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #444B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B45 is #BBB4BA. Grayscale: #484848. Windows color (decimal): -12301499 or 4541252. OLE color: 4541252.

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

Color convert

RGB687569-
CMYK0.0900.080.71
HSL128.57º4.9%28.04%-
HSV(B)128.57º9.33%29.41%-
XYZ5.976.696.61-
YUV72.22126.18124.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=32.08%
G=35.38%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875690.0900.080.71128.574.928.04
Hex444B45908478151c
Octal10411310511010107201534
Binary10001001001011100010110010100010001111000000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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