#444F4D

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

Shades of Dark Slate #444F4D

Tints of Dark Slate #444F4D

Color information

#444F4D (or 0x444F4D) is unknown color: approx Dark Slate. HEX triplet: 44, 4F and 4D. RGB value is (68,79,77). Sum of RGB (Red+Green+Blue) = 68+79+77=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F4D is #BBB0B2. Grayscale: #4B4B4B. Windows color (decimal): -12300467 or 5066564. OLE color: 5066564.

HSL color Cylindrical-coordinate representation of color #444F4D: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB687977-
CMYK0.1400.030.69
HSL169.09º7.48%28.82%-
HSV(B)169.09º13.92%30.98%-
XYZ6.527.368.1-
YUV75.48128.86122.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=30.36%
G=35.27%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879770.1400.030.69169.097.4828.82
Hex444F4DE0345a971d
Octal1041171151603105251735
Binary100010010011111001101111001110001011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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