#434C4D

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

Shades of Dark Slate #434C4D

Tints of Dark Slate #434C4D

Color information

#434C4D (or 0x434C4D) is unknown color: approx Dark Slate. HEX triplet: 43, 4C and 4D. RGB value is (67,76,77). Sum of RGB (Red+Green+Blue) = 67+76+77=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #434C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C4D is #BCB3B2. Grayscale: #494949. Windows color (decimal): -12366771 or 5065795. OLE color: 5065795.

HSL color Cylindrical-coordinate representation of color #434C4D: hue angle of 186º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434C4D is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677677-
CMYK0.130.0100.70
HSL186º6.94%28.24%-
HSV(B)186º12.99%30.2%-
XYZ6.246.98.02-
YUV73.42130.02123.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 77 (30.47% from 255) = 35%
R=30.45%
G=34.55%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6776770.130.0100.701866.9428.24
Hex434C4DD1046ba71c
Octal1031141151510106272734
Binary10000111001100100110111011010001101011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434C4D; }

 p { color: rgb(67,76,77); }

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

<style>
 a { background-color: #434C4D; }

 a { background-color: rgb(67,76,77); }

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

<style>
 span { border-color: #434C4D; }

 span { border-color: rgb(67,76,77); }

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