Html Css Color HEX #2E484A Dark Slate Grey

📋 copy color: '#2E484A'

red 46 ◦ green 72 ◦ blue 74

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

Shades of Dark Slate Grey #2E484A

Tints of Dark Slate Grey #2E484A

RGB

 RED value IS 46 (18.36% from 255) = 23.96%

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 23.96%
G = 37.5%
B = 38.54%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E484A (or 0x2E484A) is known color: Dark Slate Grey. HEX triplet: 2E, 48 and 4A. RGB value is (46,72,74). Sum of RGB (Red+Green+Blue) = 46+72+74=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E484A is #D1B7B5. Grayscale: #404040. Windows color (decimal): -13744054 or 4868142. OLE color: 4868142.

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

Color convert

RGB 46 72 74 -
CMYK 0.38 0.03 0 0.71
HSL 184.29º 0.23% 0.24% -
HSV(B) 184.29º 0.38% 0.29% -
XYZ 4.68 5.71 7.33 -
YUV 64.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 46 72 74 0.38 0.03 0 0.71 184.29 0.23 0.24
Hex 2E 48 4A 26 3 0 47 B8 17 18
Octal 56 110 112 46 3 0 107 270 27 30
Binary 101110 1001000 1001010 100110 11 0 1000111 10111000 10111 11000

Color Harmonies of #2E484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E484A

Black with #2E484A

Text Example


Text Example

White with #2E484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E484A;
 }
 .AnyTagClassName
 {
   color: #2E484A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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