#294546

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

Shades of Dark Slate Grey #294546

Tints of Dark Slate Grey #294546

Color information

#294546 (or 0x294546) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 45 and 46. RGB value is (41,69,70). Sum of RGB (Red+Green+Blue) = 41+69+70=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #294546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294546 is #D6BAB9. Grayscale: #3C3C3C. Windows color (decimal): -14072506 or 4605225. OLE color: 4605225.

HSL color Cylindrical-coordinate representation of color #294546: hue angle of 182.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294546 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416970-
CMYK0.410.0100.73
HSL182.07º26.13%21.76%-
HSV(B)182.07º41.43%27.45%-
XYZ4.155.176.57-
YUV60.74133.22113.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=22.78%
G=38.33%
B=38.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169700.410.0100.73182.0726.1321.76
Hex294546291049b61a16
Octal5110510651101112663226
Binary10100110001011000110101001101001001101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294546; }

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

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

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

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

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

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

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

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