#434A4A

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

Shades of Dark Slate #434A4A

Tints of Dark Slate #434A4A

Color information

#434A4A (or 0x434A4A) is unknown color: approx Dark Slate. HEX triplet: 43, 4A and 4A. RGB value is (67,74,74). Sum of RGB (Red+Green+Blue) = 67+74+74=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #434A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A4A is #BCB5B5. Grayscale: #474747. Windows color (decimal): -12367286 or 4868675. OLE color: 4868675.

HSL color Cylindrical-coordinate representation of color #434A4A: hue angle of 180º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #434A4A is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB677474-
CMYK0.09000.71
HSL180º4.96%27.65%-
HSV(B)180º9.46%29.02%-
XYZ66.597.43-
YUV71.91129.18124.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=31.16%
G=34.42%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774740.09000.711804.9627.65
Hex434A4A90047b451c
Octal1031121121100107264534
Binary10000111001010100101010010010001111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,74); }

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

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

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

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

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

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

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