Html Css Color HEX #49504F Dark Slate

📋 copy color: '#49504F'

red 73 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #49504F

Tints of Dark Slate #49504F

RGB

 RED value IS 73 (28.91% from 255) = 31.47%

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

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

R = 31.47%
G = 34.48%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#49504F (or 0x49504F) is known color: Dark Slate. HEX triplet: 49, 50 and 4F. RGB value is (73,80,79). Sum of RGB (Red+Green+Blue) = 73+80+79=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 80 - color contains mainly: green. Hex color #49504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49504F is #B6AFB0. Grayscale: #4D4D4D. Windows color (decimal): -11972529 or 5197897. OLE color: 5197897.

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

Color convert

RGB 73 80 79 -
CMYK 0.09 0 0.01 0.69
HSL 171.43º 0.05% 0.3% -
HSV(B) 171.43º 0.09% 0.31% -
XYZ 7.03 7.72 8.52 -
YUV 77.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 73 80 79 0.09 0 0.01 0.69 171.43 0.05 0.3
Hex 49 50 4F 9 0 1 45 AB 5 1E
Octal 111 120 117 11 0 1 105 253 5 36
Binary 1001001 1010000 1001111 1001 0 1 1000101 10101011 101 11110

Color Harmonies of #49504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49504F

Black with #49504F

Text Example


Text Example

White with #49504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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