#464C4B

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

Shades of Dark Slate #464C4B

Tints of Dark Slate #464C4B

Color information

#464C4B (or 0x464C4B) is unknown color: approx Dark Slate. HEX triplet: 46, 4C and 4B. RGB value is (70,76,75). Sum of RGB (Red+Green+Blue) = 70+76+75=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 76 - color contains mainly: green. Hex color #464C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C4B is #B9B3B4. Grayscale: #4A4A4A. Windows color (decimal): -12170165 or 4934726. OLE color: 4934726.

HSL color Cylindrical-coordinate representation of color #464C4B: hue angle of 170º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464C4B is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB707675-
CMYK0.0800.010.70
HSL170º4.11%28.63%-
HSV(B)170º7.89%29.8%-
XYZ6.386.987.67-
YUV74.09128.51125.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=31.67%
G=34.39%
B=33.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7076750.0800.010.701704.1128.63
Hex464C4B80146aa41d
Octal1061141131001106252435
Binary10001101001100100101110000110001101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,75); }

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

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

 a { background-color: rgb(70,76,75); }

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

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

 span { border-color: rgb(70,76,75); }

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