Html Css Color HEX #434C4D Dark Slate

📋 copy color: '#434C4D'

red 67 ◦ green 76 ◦ blue 77

#434C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #434C4D

Tints of Dark Slate #434C4D

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 value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#434C4D (or 0x434C4D) is known color: 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

RGB 67 76 77 -
CMYK 0.13 0.01 0 0.70
HSL 186º 0.07% 0.28% -
HSV(B) 186º 0.13% 0.3% -
XYZ 6.24 6.9 8.02 -
YUV 73.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 67 76 77 0.13 0.01 0 0.70 186 0.07 0.28
Hex 43 4C 4D D 1 0 46 BA 7 1C
Octal 103 114 115 15 1 0 106 272 7 34
Binary 1000011 1001100 1001101 1101 1 0 1000110 10111010 111 11100

Color Harmonies of #434C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C4D

Black with #434C4D

Text Example


Text Example

White with #434C4D

Text Example


Text Example

HTML Codes & Css Web 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>