Html Css Color HEX #2E4649 Dark Slate Grey

📋 copy color: '#2E4649'

red 46 ◦ green 70 ◦ blue 73

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

Shades of Dark Slate Grey #2E4649

Tints of Dark Slate Grey #2E4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 24.34%
G = 37.04%
B = 38.62%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E4649 (or 0x2E4649) is known color: Dark Slate Grey. HEX triplet: 2E, 46 and 49. RGB value is (46,70,73). Sum of RGB (Red+Green+Blue) = 46+70+73=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E4649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4649 is #D1B9B6. Grayscale: #3F3F3F. Windows color (decimal): -13744567 or 4802094. OLE color: 4802094.

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

Color convert

RGB 46 70 73 -
CMYK 0.37 0.04 0 0.71
HSL 186.67º 0.23% 0.23% -
HSV(B) 186.67º 0.37% 0.29% -
XYZ 4.52 5.44 7.12 -
YUV 63.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 46 70 73 0.37 0.04 0 0.71 186.67 0.23 0.23
Hex 2E 46 49 25 4 0 47 BB 17 17
Octal 56 106 111 45 4 0 107 273 27 27
Binary 101110 1000110 1001001 100101 100 0 1000111 10111011 10111 10111

Color Harmonies of #2E4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4649

Black with #2E4649

Text Example


Text Example

White with #2E4649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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