#444D4D

Color #444D4D Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #444D4D

Tints of Dark Slate #444D4D

Color information

#444D4D (or 0x444D4D) is unknown color: approx Dark Slate. HEX triplet: 44, 4D and 4D. RGB value is (68,77,77). Sum of RGB (Red+Green+Blue) = 68+77+77=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #444D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D4D is #BBB2B2. Grayscale: #4A4A4A. Windows color (decimal): -12300979 or 5066052. OLE color: 5066052.

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

Color convert

RGB687777-
CMYK0.12000.70
HSL180º6.21%28.43%-
HSV(B)180º11.69%30.2%-
XYZ6.387.078.05-
YUV74.31129.52123.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=30.63%
G=34.68%
B=34.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877770.12000.701806.2128.43
Hex444D4DC0046b461c
Octal1041151151400106264634
Binary10001001001101100110111000010001101011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,77,77); }

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

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

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

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

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

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

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