#44625F

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

Shades of Dark Slate #44625F

Tints of Dark Slate #44625F

Color information

#44625F (or 0x44625F) is unknown color: approx Dark Slate. HEX triplet: 44, 62 and 5F. RGB value is (68,98,95). Sum of RGB (Red+Green+Blue) = 68+98+95=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #44625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44625F is #BB9DA0. Grayscale: #585858. Windows color (decimal): -12295585 or 6251076. OLE color: 6251076.

HSL color Cylindrical-coordinate representation of color #44625F: hue angle of 174º 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 #44625F is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB689895-
CMYK0.3100.030.62
HSL174º18.07%32.55%-
HSV(B)174º30.61%38.43%-
XYZ8.8210.7912.44-
YUV88.69131.56113.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=26.05%
G=37.55%
B=36.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898950.3100.030.6217418.0732.55
Hex44625F1F033Eae1221
Octal1041421373703762562241
Binary100010011000101011111111110111111101010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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