#4A635F

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

Shades of Dark Slate #4A635F

Tints of Dark Slate #4A635F

Color information

#4A635F (or 0x4A635F) is unknown color: approx Dark Slate. HEX triplet: 4A, 63 and 5F. RGB value is (74,99,95). Sum of RGB (Red+Green+Blue) = 74+99+95=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #4A635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A635F is #B59CA0. Grayscale: #5B5B5B. Windows color (decimal): -11902113 or 6251338. OLE color: 6251338.

HSL color Cylindrical-coordinate representation of color #4A635F: hue angle of 170.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A635F is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB749995-
CMYK0.2500.040.61
HSL170.4º14.45%33.92%-
HSV(B)170.4º25.25%38.82%-
XYZ9.3511.2112.5-
YUV91.07130.22115.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=27.61%
G=36.94%
B=35.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499950.2500.040.61170.414.4533.92
Hex4A635F19043Daae22
Octal1121431373104752521642
Binary100101011000111011111110010100111101101010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,95); }

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

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

 a { background-color: rgb(74,99,95); }

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

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

 span { border-color: rgb(74,99,95); }

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