#4A5351

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

Shades of Dark Slate #4A5351

Tints of Dark Slate #4A5351

Color information

#4A5351 (or 0x4A5351) is unknown color: approx Dark Slate. HEX triplet: 4A, 53 and 51. RGB value is (74,83,81). Sum of RGB (Red+Green+Blue) = 74+83+81=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5351 is #B5ACAE. Grayscale: #505050. Windows color (decimal): -11906223 or 5329738. OLE color: 5329738.

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

Color convert

RGB748381-
CMYK0.1100.020.67
HSL166.67º5.73%30.78%-
HSV(B)166.67º10.84%32.55%-
XYZ7.48.248.98-
YUV80.08128.52123.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=31.09%
G=34.87%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483810.1100.020.67166.675.7330.78
Hex4A5351B0243a761f
Octal1121231211302103247637
Binary100101010100111010001101101010000111010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,81); }

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

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

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

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

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

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

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