#454646

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

Shades of Dark Slate #454646

Tints of Dark Slate #454646

Color information

#454646 (or 0x454646) is unknown color: approx Dark Slate. HEX triplet: 45, 46 and 46. RGB value is (69,70,70). Sum of RGB (Red+Green+Blue) = 69+70+70=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #454646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454646 is #BAB9B9. Grayscale: #454545. Windows color (decimal): -12237242 or 4605509. OLE color: 4605509.

HSL color Cylindrical-coordinate representation of color #454646: hue angle of 180º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #454646 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB697070-
CMYK0.01000.73
HSL180º0.72%27.25%-
HSV(B)180º1.43%27.45%-
XYZ5.756.096.67-
YUV69.7128.17127.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=33.01%
G=33.49%
B=33.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970700.01000.731800.7227.25
Hex45464610049b411b
Octal105106106100111264133
Binary100010110001101000110100100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454646; }

 p { color: rgb(69,70,70); }

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

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

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

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

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

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

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