Html Css Color HEX #44605E Dark Slate

📋 copy color: '#44605E'

red 68 ◦ green 96 ◦ blue 94

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

Shades of Dark Slate #44605E

Tints of Dark Slate #44605E

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 value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#44605E (or 0x44605E) is known color: 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

RGB 68 96 94 -
CMYK 0.29 0 0.02 0.62
HSL 175.71º 0.17% 0.32% -
HSV(B) 175.71º 0.29% 0.38% -
XYZ 8.59 10.4 12.15 -
YUV 87.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 68 96 94 0.29 0 0.02 0.62 175.71 0.17 0.32
Hex 44 60 5E 1D 0 2 3E B0 11 20
Octal 104 140 136 35 0 2 76 260 21 40
Binary 1000100 1100000 1011110 11101 0 10 111110 10110000 10001 100000

Color Harmonies of #44605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44605E

Black with #44605E

Text Example


Text Example

White with #44605E

Text Example


Text Example

HTML Codes & Css Web 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>