Html Css Color HEX #44605D Dark Slate

📋 copy color: '#44605D'

red 68 ◦ green 96 ◦ blue 93

#44605D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #44605D

Tints of Dark Slate #44605D

RGB

 RED value IS 68 (26.95% from 255) = 26.46%

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 26.46%
G = 37.35%
B = 36.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#44605D (or 0x44605D) is known color: Dark Slate. HEX triplet: 44, 60 and 5D. RGB value is (68,96,93). Sum of RGB (Red+Green+Blue) = 68+96+93=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #44605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44605D is #BB9FA2. Grayscale: #575757. Windows color (decimal): -12296099 or 6119492. OLE color: 6119492.

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

Color convert

RGB 68 96 93 -
CMYK 0.29 0 0.03 0.62
HSL 173.57º 0.17% 0.32% -
HSV(B) 173.57º 0.29% 0.38% -
XYZ 8.54 10.39 11.91 -
YUV 87.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 68 96 93 0.29 0 0.03 0.62 173.57 0.17 0.32
Hex 44 60 5D 1D 0 3 3E AE 11 20
Octal 104 140 135 35 0 3 76 256 21 40
Binary 1000100 1100000 1011101 11101 0 11 111110 10101110 10001 100000

Color Harmonies of #44605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44605D

Black with #44605D

Text Example


Text Example

White with #44605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44605D;
 }
 .AnyTagClassName
 {
   color: #44605D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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