#2E484B

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

Shades of Dark Slate Grey #2E484B

Tints of Dark Slate Grey #2E484B

Color information

#2E484B (or 0x2E484B) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 48 and 4B. RGB value is (46,72,75). Sum of RGB (Red+Green+Blue) = 46+72+75=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E484B is #D1B7B4. Grayscale: #404040. Windows color (decimal): -13744053 or 4933678. OLE color: 4933678.

HSL color Cylindrical-coordinate representation of color #2E484B: hue angle of 186.21º 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 #2E484B is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB467275-
CMYK0.390.0400.71
HSL186.21º23.97%23.73%-
HSV(B)186.21º38.67%29.41%-
XYZ4.715.727.51-
YUV64.57133.89114.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=23.83%
G=37.31%
B=38.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4672750.390.0400.71186.2123.9723.73
Hex2E484B274047ba1818
Octal5611011347401072723030
Binary1011101001000100101110011110001000111101110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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