#294648

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

Shades of Dark Slate Grey #294648

Tints of Dark Slate Grey #294648

Color information

#294648 (or 0x294648) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 46 and 48. RGB value is (41,70,72). Sum of RGB (Red+Green+Blue) = 41+70+72=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #294648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294648 is #D6B9B7. Grayscale: #3D3D3D. Windows color (decimal): -14072248 or 4736553. OLE color: 4736553.

HSL color Cylindrical-coordinate representation of color #294648: hue angle of 183.87º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294648 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB417072-
CMYK0.430.0300.72
HSL183.87º27.43%22.16%-
HSV(B)183.87º43.06%28.24%-
XYZ4.275.326.93-
YUV61.56133.89113.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=22.40%
G=38.25%
B=39.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4170720.430.0300.72183.8727.4322.16
Hex2946482B3048b81b16
Octal5110611053301102703326
Binary101001100011010010001010111101001000101110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294648; }

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

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

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

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

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

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

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

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