#4A5F5C

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

Shades of Dark Slate #4A5F5C

Tints of Dark Slate #4A5F5C

Color information

#4A5F5C (or 0x4A5F5C) is unknown color: approx Dark Slate. HEX triplet: 4A, 5F and 5C. RGB value is (74,95,92). Sum of RGB (Red+Green+Blue) = 74+95+92=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5F5C is #B5A0A3. Grayscale: #585858. Windows color (decimal): -11903140 or 6053706. OLE color: 6053706.

HSL color Cylindrical-coordinate representation of color #4A5F5C: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5F5C is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB749592-
CMYK0.2200.030.63
HSL171.43º12.43%33.14%-
HSV(B)171.43º22.11%37.25%-
XYZ8.8510.4111.67-
YUV88.38130.04117.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=28.35%
G=36.40%
B=35.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7495920.2200.030.63171.4312.4333.14
Hex4A5F5C16033Fabc21
Octal1121371342603772531441
Binary10010101011111101110010110011111111101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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