#434C4B

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

Shades of Dark Slate #434C4B

Tints of Dark Slate #434C4B

Color information

#434C4B (or 0x434C4B) is unknown color: approx Dark Slate. HEX triplet: 43, 4C and 4B. RGB value is (67,76,75). Sum of RGB (Red+Green+Blue) = 67+76+75=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 76 - color contains mainly: green. Hex color #434C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C4B is #BCB3B4. Grayscale: #494949. Windows color (decimal): -12366773 or 4934723. OLE color: 4934723.

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

Color convert

RGB677675-
CMYK0.1200.010.70
HSL173.33º6.29%28.04%-
HSV(B)173.33º11.84%29.8%-
XYZ6.176.877.66-
YUV73.19129.02123.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=30.73%
G=34.86%
B=34.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6776750.1200.010.70173.336.2928.04
Hex434C4BC0146ad61c
Octal1031141131401106255634
Binary10000111001100100101111000110001101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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