Html Css Color HEX #394546 Dark Slate Grey

📋 copy color: '#394546'

red 57 ◦ green 69 ◦ blue 70

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

Shades of Dark Slate Grey #394546

Tints of Dark Slate Grey #394546

RGB

 RED value IS 57 (22.66% from 255) = 29.08%

 GREEN value IS 69 (27.34% from 255) = 35.2%

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 29.08%
G = 35.2%
B = 35.71%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#394546 (or 0x394546) is known color: Dark Slate Grey. HEX triplet: 39, 45 and 46. RGB value is (57,69,70). Sum of RGB (Red+Green+Blue) = 57+69+70=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #394546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394546 is #C6BAB9. Grayscale: #414141. Windows color (decimal): -13023930 or 4605241. OLE color: 4605241.

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

Color convert

RGB 57 69 70 -
CMYK 0.19 0.01 0 0.73
HSL 184.62º 0.1% 0.25% -
HSV(B) 184.62º 0.19% 0.27% -
XYZ 4.92 5.57 6.61 -
YUV 65.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 57 69 70 0.19 0.01 0 0.73 184.62 0.1 0.25
Hex 39 45 46 13 1 0 49 B9 A 19
Octal 71 105 106 23 1 0 111 271 12 31
Binary 111001 1000101 1000110 10011 1 0 1001001 10111001 1010 11001

Color Harmonies of #394546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394546

Black with #394546

Text Example


Text Example

White with #394546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394546; }

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

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

background-color css

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

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

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

border-color css

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

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

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