Html Css Color HEX #434C4B Dark Slate

📋 copy color: '#434C4B'

red 67 ◦ green 76 ◦ blue 75

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

Shades of Dark Slate #434C4B

Tints of Dark Slate #434C4B

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.4%

R = 30.73%
G = 34.86%
B = 34.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

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

RGB 67 76 75 -
CMYK 0.12 0 0.01 0.70
HSL 173.33º 0.06% 0.28% -
HSV(B) 173.33º 0.12% 0.3% -
XYZ 6.17 6.87 7.66 -
YUV 73.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 67 76 75 0.12 0 0.01 0.70 173.33 0.06 0.28
Hex 43 4C 4B C 0 1 46 AD 6 1C
Octal 103 114 113 14 0 1 106 255 6 34
Binary 1000011 1001100 1001011 1100 0 1 1000110 10101101 110 11100

Color Harmonies of #434C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C4B

Black with #434C4B

Text Example


Text Example

White with #434C4B

Text Example


Text Example

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