#42504E

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

Shades of Dark Slate #42504E

Tints of Dark Slate #42504E

Color information

#42504E (or 0x42504E) is unknown color: approx Dark Slate. HEX triplet: 42, 50 and 4E. RGB value is (66,80,78). Sum of RGB (Red+Green+Blue) = 66+80+78=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #42504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42504E is #BDAFB1. Grayscale: #4B4B4B. Windows color (decimal): -12431282 or 5132354. OLE color: 5132354.

HSL color Cylindrical-coordinate representation of color #42504E: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42504E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB668078-
CMYK0.1700.020.69
HSL171.43º9.59%28.63%-
HSV(B)171.43º17.5%31.37%-
XYZ6.497.458.3-
YUV75.59129.36121.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=29.46%
G=35.71%
B=34.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680780.1700.020.69171.439.5928.63
Hex42504E110245aba1d
Octal10212011621021052531235
Binary10000101010000100111010001010100010110101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42504E; }

 p { color: rgb(66,80,78); }

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

<style>
 a { background-color: #42504E; }

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

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

<style>
 span { border-color: #42504E; }

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

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