Html Css Color HEX #29484C Dark Slate Grey

📋 copy color: '#29484C'

red 41 ◦ green 72 ◦ blue 76

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

Shades of Dark Slate Grey #29484C

Tints of Dark Slate Grey #29484C

RGB

 RED value IS 41 (16.41% from 255) = 21.69%

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 21.69%
G = 38.1%
B = 40.21%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29484C (or 0x29484C) is known color: Dark Slate Grey. HEX triplet: 29, 48 and 4C. RGB value is (41,72,76). Sum of RGB (Red+Green+Blue) = 41+72+76=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #29484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29484C is #D6B7B3. Grayscale: #3F3F3F. Windows color (decimal): -14071732 or 4999209. OLE color: 4999209.

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

Color convert

RGB 41 72 76 -
CMYK 0.46 0.05 0 0.70
HSL 186.86º 0.3% 0.23% -
HSV(B) 186.86º 0.46% 0.3% -
XYZ 4.54 5.63 7.68 -
YUV 63.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 41 72 76 0.46 0.05 0 0.70 186.86 0.3 0.23
Hex 29 48 4C 2E 5 0 46 BB 1E 17
Octal 51 110 114 56 5 0 106 273 36 27
Binary 101001 1001000 1001100 101110 101 0 1000110 10111011 11110 10111

Color Harmonies of #29484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29484C

Black with #29484C

Text Example


Text Example

White with #29484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29484C; }

 p { color: rgb(41,72,76); }

 H1.HeaderClassName
 {
   color: #29484C;
 }
 .AnyTagClassName
 {
   color: #29484C;
 }
</style>

background-color css

<style>
 a { background-color: #29484C; }

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

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

border-color css

<style>
 span { border-color: #29484C; }

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

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