#44605E

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

Shades of Dark Slate #44605E

Tints of Dark Slate #44605E

Color information

#44605E (or 0x44605E) is unknown color: approx Dark Slate. HEX triplet: 44, 60 and 5E. RGB value is (68,96,94). Sum of RGB (Red+Green+Blue) = 68+96+94=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #44605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44605E is #BB9FA1. Grayscale: #575757. Windows color (decimal): -12296098 or 6185028. OLE color: 6185028.

HSL color Cylindrical-coordinate representation of color #44605E: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44605E is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB689694-
CMYK0.2900.020.62
HSL175.71º17.07%32.16%-
HSV(B)175.71º29.17%37.65%-
XYZ8.5910.412.15-
YUV87.4131.72114.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=26.36%
G=37.21%
B=36.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896940.2900.020.62175.7117.0732.16
Hex44605E1D023Eb01120
Octal1041401363502762602140
Binary100010011000001011110111010101111101011000010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44605E; }

 p { color: rgb(68,96,94); }

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

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

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

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

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

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

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