#4A5050

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

Shades of Dark Slate #4A5050

Tints of Dark Slate #4A5050

Color information

#4A5050 (or 0x4A5050) is unknown color: approx Dark Slate. HEX triplet: 4A, 50 and 50. RGB value is (74,80,80). Sum of RGB (Red+Green+Blue) = 74+80+80=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #4A5050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5050 is #B5AFAF. Grayscale: #4E4E4E. Windows color (decimal): -11906992 or 5263434. OLE color: 5263434.

HSL color Cylindrical-coordinate representation of color #4A5050: hue angle of 180º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A5050 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB748080-
CMYK0.08000.69
HSL180º3.9%30.2%-
HSV(B)180º7.5%31.37%-
XYZ7.147.778.71-
YUV78.21129.01125-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=31.62%
G=34.19%
B=34.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480800.08000.691803.930.2
Hex4A505080045b441e
Octal1121201201000105264436
Binary10010101010000101000010000010001011011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,80); }

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

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

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

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

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

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

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