#464E4D

Color #464E4D Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #464E4D

Tints of Dark Slate #464E4D

Color information

#464E4D (or 0x464E4D) is unknown color: approx Dark Slate. HEX triplet: 46, 4E and 4D. RGB value is (70,78,77). Sum of RGB (Red+Green+Blue) = 70+78+77=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #464E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E4D is #B9B1B2. Grayscale: #4B4B4B. Windows color (decimal): -12169651 or 5066310. OLE color: 5066310.

HSL color Cylindrical-coordinate representation of color #464E4D: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464E4D is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB707877-
CMYK0.1000.010.69
HSL172.5º5.41%29.02%-
HSV(B)172.5º10.26%30.59%-
XYZ6.597.298.08-
YUV75.49128.85124.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=31.11%
G=34.67%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078770.1000.010.69172.55.4129.02
Hex464E4DA0145ac51d
Octal1061161151201105254535
Binary10001101001110100110110100110001011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E4D; }

 p { color: rgb(70,78,77); }

 H1.HeaderClassName
 {
   color: #464E4D;
 }
 .AnyTagClassName
 {
   color: #464E4D;
 }
</style>
background-color css

<style>
 a { background-color: #464E4D; }

 a { background-color: rgb(70,78,77); }

 div.DivClassName
 {
   background-color: #464E4D;
 }
 .BgClassName
 {
   background-color: #464E4D;
 }
</style>
border-color css

<style>
 span { border-color: #464E4D; }

 span { border-color: rgb(70,78,77); }

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