#40504F

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

Shades of Dark Slate #40504F

Tints of Dark Slate #40504F

Color information

#40504F (or 0x40504F) is unknown color: approx Dark Slate. HEX triplet: 40, 50 and 4F. RGB value is (64,80,79). Sum of RGB (Red+Green+Blue) = 64+80+79=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #40504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40504F is #BFAFB0. Grayscale: #4B4B4B. Windows color (decimal): -12562353 or 5197888. OLE color: 5197888.

HSL color Cylindrical-coordinate representation of color #40504F: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504F is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB648079-
CMYK0.2000.010.69
HSL176.25º11.11%28.24%-
HSV(B)176.25º20%31.37%-
XYZ6.397.398.49-
YUV75.1130.2120.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=28.70%
G=35.87%
B=35.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480790.2000.010.69176.2511.1128.24
Hex40504F140145b0b1c
Octal10012011724011052601334
Binary1000000101000010011111010001100010110110000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40504F; }

 p { color: rgb(64,80,79); }

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

<style>
 a { background-color: #40504F; }

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

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

<style>
 span { border-color: #40504F; }

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

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