Html Css Color HEX #4E5453 Dark Slate

📋 copy color: '#4E5453'

red 78 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate #4E5453

Tints of Dark Slate #4E5453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 31.84%
G = 34.29%
B = 33.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#4E5453 (or 0x4E5453) is known color: Dark Slate. HEX triplet: 4E, 54 and 53. RGB value is (78,84,83). Sum of RGB (Red+Green+Blue) = 78+84+83=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5453 is #B1ABAC. Grayscale: #525252. Windows color (decimal): -11643821 or 5461070. OLE color: 5461070.

HSL color Cylindrical-coordinate representation of color #4E5453: hue angle of 170º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E5453 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 84 83 -
CMYK 0.07 0 0.01 0.67
HSL 170º 0.04% 0.32% -
HSV(B) 170º 0.07% 0.33% -
XYZ 7.87 8.58 9.43 -
YUV 82.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 78 84 83 0.07 0 0.01 0.67 170 0.04 0.32
Hex 4E 54 53 7 0 1 43 AA 4 20
Octal 116 124 123 7 0 1 103 252 4 40
Binary 1001110 1010100 1010011 111 0 1 1000011 10101010 100 100000

Color Harmonies of #4E5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5453

Black with #4E5453

Text Example


Text Example

White with #4E5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,83); }

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

background-color css

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

 a { background-color: rgb(78,84,83); }

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

border-color css

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

 span { border-color: rgb(78,84,83); }

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