Html Css Color HEX #4E5856 Dark Slate

📋 copy color: '#4E5856'

red 78 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #4E5856

Tints of Dark Slate #4E5856

RGB

 RED value IS 78 (30.86% from 255) = 30.95%

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 30.95%
G = 34.92%
B = 34.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#4E5856 (or 0x4E5856) is known color: Dark Slate. HEX triplet: 4E, 58 and 56. RGB value is (78,88,86). Sum of RGB (Red+Green+Blue) = 78+88+86=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5856 is #B1A7A9. Grayscale: #545454. Windows color (decimal): -11642794 or 5658702. OLE color: 5658702.

HSL color Cylindrical-coordinate representation of color #4E5856: hue angle of 168º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5856 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 88 86 -
CMYK 0.11 0 0.02 0.65
HSL 168º 0.06% 0.33% -
HSV(B) 168º 0.11% 0.35% -
XYZ 8.31 9.27 10.16 -
YUV 84.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 78 88 86 0.11 0 0.02 0.65 168 0.06 0.33
Hex 4E 58 56 B 0 2 41 A8 6 21
Octal 116 130 126 13 0 2 101 250 6 41
Binary 1001110 1011000 1010110 1011 0 10 1000001 10101000 110 100001

Color Harmonies of #4E5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5856

Black with #4E5856

Text Example


Text Example

White with #4E5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5856; }

 p { color: rgb(78,88,86); }

 H1.HeaderClassName
 {
   color: #4E5856;
 }
 .AnyTagClassName
 {
   color: #4E5856;
 }
</style>

background-color css

<style>
 a { background-color: #4E5856; }

 a { background-color: rgb(78,88,86); }

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

border-color css

<style>
 span { border-color: #4E5856; }

 span { border-color: rgb(78,88,86); }

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