#444545

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

Shades of Dark Slate #444545

Tints of Dark Slate #444545

Color information

#444545 (or 0x444545) is unknown color: approx Dark Slate. HEX triplet: 44, 45 and 45. RGB value is (68,69,69). Sum of RGB (Red+Green+Blue) = 68+69+69=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #444545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444545 is #BBBABA. Grayscale: #444444. Windows color (decimal): -12303035 or 4539716. OLE color: 4539716.

HSL color Cylindrical-coordinate representation of color #444545: hue angle of 180º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #444545 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB686969-
CMYK0.01000.73
HSL180º0.73%26.86%-
HSV(B)180º1.45%27.06%-
XYZ5.595.916.48-
YUV68.7128.17127.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=33.01%
G=33.50%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869690.01000.731800.7326.86
Hex44454510049b411b
Octal104105105100111264133
Binary100010010001011000101100100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444545; }

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

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

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

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

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

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

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

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