#2E494B

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

Shades of Dark Slate Grey #2E494B

Tints of Dark Slate Grey #2E494B

Color information

#2E494B (or 0x2E494B) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 49 and 4B. RGB value is (46,73,75). Sum of RGB (Red+Green+Blue) = 46+73+75=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E494B is #D1B6B4. Grayscale: #414141. Windows color (decimal): -13743797 or 4933934. OLE color: 4933934.

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

Color convert

RGB467375-
CMYK0.390.0300.71
HSL184.14º23.97%23.73%-
HSV(B)184.14º38.67%29.41%-
XYZ4.785.857.53-
YUV65.16133.55114.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=23.71%
G=37.63%
B=38.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4673750.390.0300.71184.1423.9723.73
Hex2E494B273047b81818
Octal5611111347301072703030
Binary101110100100110010111001111101000111101110001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E494B; }

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

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

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

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

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

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

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

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