#465754

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

Shades of Dark Slate #465754

Tints of Dark Slate #465754

Color information

#465754 (or 0x465754) is unknown color: approx Dark Slate. HEX triplet: 46, 57 and 54. RGB value is (70,87,84). Sum of RGB (Red+Green+Blue) = 70+87+84=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #465754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465754 is #B9A8AB. Grayscale: #515151. Windows color (decimal): -12167340 or 5527366. OLE color: 5527366.

HSL color Cylindrical-coordinate representation of color #465754: hue angle of 169.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465754 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB708784-
CMYK0.2000.030.66
HSL169.41º10.83%30.78%-
HSV(B)169.41º19.54%34.12%-
XYZ7.538.769.68-
YUV81.57129.37119.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=29.05%
G=36.10%
B=34.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087840.2000.030.66169.4110.8330.78
Hex465754140342a9b1f
Octal10612712424031022511337
Binary10001101010111101010010100011100001010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465754; }

 p { color: rgb(70,87,84); }

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

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

 a { background-color: rgb(70,87,84); }

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

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

 span { border-color: rgb(70,87,84); }

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