#454C4C

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

Shades of Dark Slate #454C4C

Tints of Dark Slate #454C4C

Color information

#454C4C (or 0x454C4C) is unknown color: approx Dark Slate. HEX triplet: 45, 4C and 4C. RGB value is (69,76,76). Sum of RGB (Red+Green+Blue) = 69+76+76=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #454C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C4C is #BAB3B3. Grayscale: #494949. Windows color (decimal): -12235700 or 5000261. OLE color: 5000261.

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

Color convert

RGB697676-
CMYK0.09000.70
HSL180º4.83%28.43%-
HSV(B)180º9.21%29.8%-
XYZ6.346.967.85-
YUV73.91129.18124.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=31.22%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976760.09000.701804.8328.43
Hex454C4C90046b451c
Octal1051141141100106264534
Binary10001011001100100110010010010001101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454C4C; }

 p { color: rgb(69,76,76); }

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

<style>
 a { background-color: #454C4C; }

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

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

<style>
 span { border-color: #454C4C; }

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

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