Html Css Color HEX #2C494C Dark Slate Grey

📋 copy color: '#2C494C'

red 44 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #2C494C

Tints of Dark Slate Grey #2C494C

RGB

 RED value IS 44 (17.58% from 255) = 22.8%

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 76 (30.08% from 255) = 39.38%

R = 22.8%
G = 37.82%
B = 39.38%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C494C (or 0x2C494C) is known color: Dark Slate Grey. HEX triplet: 2C, 49 and 4C. RGB value is (44,73,76). Sum of RGB (Red+Green+Blue) = 44+73+76=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C494C is #D3B6B3. Grayscale: #404040. Windows color (decimal): -13874868 or 4999468. OLE color: 4999468.

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

Color convert

RGB 44 73 76 -
CMYK 0.42 0.04 0 0.70
HSL 185.63º 0.27% 0.24% -
HSV(B) 185.63º 0.42% 0.3% -
XYZ 4.73 5.82 7.71 -
YUV 64.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 44 73 76 0.42 0.04 0 0.70 185.63 0.27 0.24
Hex 2C 49 4C 2A 4 0 46 BA 1B 18
Octal 54 111 114 52 4 0 106 272 33 30
Binary 101100 1001001 1001100 101010 100 0 1000110 10111010 11011 11000

Color Harmonies of #2C494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C494C

Black with #2C494C

Text Example


Text Example

White with #2C494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C494C;
 }
 .AnyTagClassName
 {
   color: #2C494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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