#4A5554

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

Shades of Dark Slate #4A5554

Tints of Dark Slate #4A5554

Color information

#4A5554 (or 0x4A5554) is unknown color: approx Dark Slate. HEX triplet: 4A, 55 and 54. RGB value is (74,85,84). Sum of RGB (Red+Green+Blue) = 74+85+84=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5554 is #B5AAAB. Grayscale: #515151. Windows color (decimal): -11905708 or 5526858. OLE color: 5526858.

HSL color Cylindrical-coordinate representation of color #4A5554: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5554 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB748584-
CMYK0.1300.010.67
HSL174.55º6.92%31.18%-
HSV(B)174.55º12.94%33.33%-
XYZ7.678.599.64-
YUV81.6129.36122.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=30.45%
G=34.98%
B=34.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485840.1300.010.67174.556.9231.18
Hex4A5554D0143af71f
Octal1121251241501103257737
Binary10010101010101101010011010110000111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,84); }

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

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

 a { background-color: rgb(74,85,84); }

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

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

 span { border-color: rgb(74,85,84); }

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