#4A605D

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

Shades of Dark Slate #4A605D

Tints of Dark Slate #4A605D

Color information

#4A605D (or 0x4A605D) is unknown color: approx Dark Slate. HEX triplet: 4A, 60 and 5D. RGB value is (74,96,93). Sum of RGB (Red+Green+Blue) = 74+96+93=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605D is #B59FA2. Grayscale: #595959. Windows color (decimal): -11902883 or 6119498. OLE color: 6119498.

HSL color Cylindrical-coordinate representation of color #4A605D: hue angle of 171.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A605D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB749693-
CMYK0.2300.030.62
HSL171.82º12.94%33.33%-
HSV(B)171.82º22.92%37.65%-
XYZ8.9810.6111.93-
YUV89.08130.21117.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=28.14%
G=36.50%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496930.2300.030.62171.8212.9433.33
Hex4A605D17033Eacd21
Octal1121401352703762541541
Binary10010101100000101110110111011111110101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A605D; }

 p { color: rgb(74,96,93); }

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

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

 a { background-color: rgb(74,96,93); }

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

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

 span { border-color: rgb(74,96,93); }

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