Html Css Color HEX #44504F Dark Slate

📋 copy color: '#44504F'

red 68 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #44504F

Tints of Dark Slate #44504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 29.96%
G = 35.24%
B = 34.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#44504F (or 0x44504F) is known color: Dark Slate. HEX triplet: 44, 50 and 4F. RGB value is (68,80,79). Sum of RGB (Red+Green+Blue) = 68+80+79=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #44504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44504F is #BBAFB0. Grayscale: #4C4C4C. Windows color (decimal): -12300209 or 5197892. OLE color: 5197892.

HSL color Cylindrical-coordinate representation of color #44504F: hue angle of 175º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504F is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 79 -
CMYK 0.15 0 0.01 0.69
HSL 175º 0.08% 0.29% -
HSV(B) 175º 0.15% 0.31% -
XYZ 6.66 7.53 8.5 -
YUV 76.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 68 80 79 0.15 0 0.01 0.69 175 0.08 0.29
Hex 44 50 4F F 0 1 45 AF 8 1D
Octal 104 120 117 17 0 1 105 257 10 35
Binary 1000100 1010000 1001111 1111 0 1 1000101 10101111 1000 11101

Color Harmonies of #44504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44504F

Black with #44504F

Text Example


Text Example

White with #44504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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