#44625E

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

Shades of Dark Slate #44625E

Tints of Dark Slate #44625E

Color information

#44625E (or 0x44625E) is unknown color: approx Dark Slate. HEX triplet: 44, 62 and 5E. RGB value is (68,98,94). Sum of RGB (Red+Green+Blue) = 68+98+94=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #44625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44625E is #BB9DA1. Grayscale: #585858. Windows color (decimal): -12295586 or 6185540. OLE color: 6185540.

HSL color Cylindrical-coordinate representation of color #44625E: hue angle of 172º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44625E is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB689894-
CMYK0.3100.040.62
HSL172º18.07%32.55%-
HSV(B)172º30.61%38.43%-
XYZ8.7710.7712.21-
YUV88.57131.06113.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=26.15%
G=37.69%
B=36.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898940.3100.040.6217218.0732.55
Hex44625E1F043Eac1221
Octal1041421363704762542241
Binary1000100110001010111101111101001111101010110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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