#2C494D

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

Shades of Dark Slate Grey #2C494D

Tints of Dark Slate Grey #2C494D

Color information

#2C494D (or 0x2C494D) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 49 and 4D. RGB value is (44,73,77). Sum of RGB (Red+Green+Blue) = 44+73+77=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C494D is #D3B6B2. Grayscale: #404040. Windows color (decimal): -13874867 or 5065004. OLE color: 5065004.

HSL color Cylindrical-coordinate representation of color #2C494D: hue angle of 187.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C494D is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB447377-
CMYK0.430.0500.70
HSL187.27º27.27%23.73%-
HSV(B)187.27º42.86%30.2%-
XYZ4.765.847.9-
YUV64.78134.89113.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=22.68%
G=37.63%
B=39.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4473770.430.0500.70187.2727.2723.73
Hex2C494D2B5046bb1b18
Octal5411111553501062733330
Binary1011001001001100110110101110101000110101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C494D; }

 p { color: rgb(44,73,77); }

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

<style>
 a { background-color: #2C494D; }

 a { background-color: rgb(44,73,77); }

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

<style>
 span { border-color: #2C494D; }

 span { border-color: rgb(44,73,77); }

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