#294B49

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

Shades of Dark Slate Grey #294B49

Tints of Dark Slate Grey #294B49

Color information

#294B49 (or 0x294B49) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4B and 49. RGB value is (41,75,73). Sum of RGB (Red+Green+Blue) = 41+75+73=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #294B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B49 is #D6B4B6. Grayscale: #404040. Windows color (decimal): -14070967 or 4803369. OLE color: 4803369.

HSL color Cylindrical-coordinate representation of color #294B49: hue angle of 176.47º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B49 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB417573-
CMYK0.4500.030.71
HSL176.47º29.31%22.75%-
HSV(B)176.47º45.33%29.41%-
XYZ4.635.987.21-
YUV64.61132.74111.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=21.69%
G=39.68%
B=38.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175730.4500.030.71176.4729.3122.75
Hex294B492D0347b01d17
Octal5111311155031072603527
Binary101001100101110010011011010111000111101100001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294B49; }

 p { color: rgb(41,75,73); }

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

<style>
 a { background-color: #294B49; }

 a { background-color: rgb(41,75,73); }

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

<style>
 span { border-color: #294B49; }

 span { border-color: rgb(41,75,73); }

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