#4A615E

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

Shades of Dark Slate #4A615E

Tints of Dark Slate #4A615E

Color information

#4A615E (or 0x4A615E) is unknown color: approx Dark Slate. HEX triplet: 4A, 61 and 5E. RGB value is (74,97,94). Sum of RGB (Red+Green+Blue) = 74+97+94=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #4A615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A615E is #B59EA1. Grayscale: #595959. Windows color (decimal): -11902626 or 6185290. OLE color: 6185290.

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

Color convert

RGB749794-
CMYK0.2400.030.62
HSL172.17º13.45%33.53%-
HSV(B)172.17º23.71%38.04%-
XYZ9.1210.8112.2-
YUV89.78130.38116.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=27.92%
G=36.60%
B=35.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497940.2400.030.62172.1713.4533.53
Hex4A615E18033Eacd22
Octal1121411363003762541542
Binary10010101100001101111011000011111110101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,94); }

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

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

 a { background-color: rgb(74,97,94); }

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

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

 span { border-color: rgb(74,97,94); }

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