Html Css Color HEX #44514F Dark Slate

📋 copy color: '#44514F'

red 68 ◦ green 81 ◦ blue 79

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

Shades of Dark Slate #44514F

Tints of Dark Slate #44514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 29.82%
G = 35.53%
B = 34.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#44514F (or 0x44514F) is known color: Dark Slate. HEX triplet: 44, 51 and 4F. RGB value is (68,81,79). Sum of RGB (Red+Green+Blue) = 68+81+79=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #44514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44514F is #BBAEB0. Grayscale: #4C4C4C. Windows color (decimal): -12299953 or 5198148. OLE color: 5198148.

HSL color Cylindrical-coordinate representation of color #44514F: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 79 -
CMYK 0.16 0 0.02 0.68
HSL 170.77º 0.09% 0.29% -
HSV(B) 170.77º 0.16% 0.32% -
XYZ 6.74 7.68 8.52 -
YUV 76.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 68 81 79 0.16 0 0.02 0.68 170.77 0.09 0.29
Hex 44 51 4F 10 0 2 44 AB 9 1D
Octal 104 121 117 20 0 2 104 253 11 35
Binary 1000100 1010001 1001111 10000 0 10 1000100 10101011 1001 11101

Color Harmonies of #44514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44514F

Black with #44514F

Text Example


Text Example

White with #44514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,81,79); }

 H1.HeaderClassName
 {
   color: #44514F;
 }
 .AnyTagClassName
 {
   color: #44514F;
 }
</style>

background-color css

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

 a { background-color: rgb(68,81,79); }

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

border-color css

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

 span { border-color: rgb(68,81,79); }

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