#454747

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

Shades of Dark Slate #454747

Tints of Dark Slate #454747

Color information

#454747 (or 0x454747) is unknown color: approx Dark Slate. HEX triplet: 45, 47 and 47. RGB value is (69,71,71). Sum of RGB (Red+Green+Blue) = 69+71+71=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #454747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454747 is #BAB8B8. Grayscale: #464646. Windows color (decimal): -12236985 or 4671301. OLE color: 4671301.

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

Color convert

RGB697171-
CMYK0.03000.72
HSL180º1.43%27.45%-
HSV(B)180º2.82%27.84%-
XYZ5.846.236.86-
YUV70.4128.34127-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=32.70%
G=33.65%
B=33.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971710.03000.721801.4327.45
Hex45474730048b411b
Octal105107107300110264133
Binary1000101100011110001111100100100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454747; }

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

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

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

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

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

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

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

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