#434B4C

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

Shades of Dark Slate #434B4C

Tints of Dark Slate #434B4C

Color information

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

HSL color Cylindrical-coordinate representation of color #434B4C: hue angle of 186.67º 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 #434B4C is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677576-
CMYK0.120.0100.70
HSL186.67º6.29%28.04%-
HSV(B)186.67º11.84%29.8%-
XYZ6.146.757.82-
YUV72.72129.85123.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6775760.120.0100.70186.676.2928.04
Hex434B4CC1046bb61c
Octal1031131141410106273634
Binary10000111001011100110011001010001101011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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