#44514F

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

Shades of Dark Slate #44514F

Tints of Dark Slate #44514F

Color information

#44514F (or 0x44514F) is unknown color: approx Dark Slate. HEX triplet: 44, 51 and 4F. RGB value is (68,81,79). Sum of RGB (Red+Green+Blue) = 68+81+79=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #44514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44514F is #BBAEB0. Grayscale: #4C4C4C. Windows color (decimal): -12299953 or 5198148. OLE color: 5198148.

HSL color Cylindrical-coordinate representation of color #44514F: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB688179-
CMYK0.1600.020.68
HSL170.77º8.72%29.22%-
HSV(B)170.77º16.05%31.76%-
XYZ6.747.688.52-
YUV76.88129.19121.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=29.82%
G=35.53%
B=34.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881790.1600.020.68170.778.7229.22
Hex44514F100244ab91d
Octal10412111720021042531135
Binary10001001010001100111110000010100010010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44514F; }

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

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

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

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

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

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

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

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