Html Css Color HEX #294B49 Dark Slate Grey

📋 copy color: '#294B49'

red 41 ◦ green 75 ◦ blue 73

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

Shades of Dark Slate Grey #294B49

Tints of Dark Slate Grey #294B49

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 value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#294B49 (or 0x294B49) is known color: 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

RGB 41 75 73 -
CMYK 0.45 0 0.03 0.71
HSL 176.47º 0.29% 0.23% -
HSV(B) 176.47º 0.45% 0.29% -
XYZ 4.63 5.98 7.21 -
YUV 64.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 41 75 73 0.45 0 0.03 0.71 176.47 0.29 0.23
Hex 29 4B 49 2D 0 3 47 B0 1D 17
Octal 51 113 111 55 0 3 107 260 35 27
Binary 101001 1001011 1001001 101101 0 11 1000111 10110000 11101 10111

Color Harmonies of #294B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B49

Black with #294B49

Text Example


Text Example

White with #294B49

Text Example


Text Example

HTML Codes & Css Web 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>